Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 08/28/18 in Posts

  1. Then wait for the 0.4 update which allows you to use custom raycasts.
    1 point
  2. Train models have to be loaded before you use the script command. mp.game.streaming.requestModel(mp.game.joaat("freight")); mp.game.streaming.requestModel(mp.game.joaat("freightcar")); mp.game.streaming.requestModel(mp.game.joaat("freightgrain")); mp.game.streaming.requestModel(mp.game.joaat("freightcont1")); mp.game.streaming.requestModel(mp.game.joaat("freightcont2")); mp.game.streaming.requestModel(mp.game.joaat("freighttrailer"));
    1 point
×
×
  • Create New...