12.11.2015, 10:45
Code:
new ActorCJ; new ActorBS; public OnGameModeInit() { // Create an actor (CJ) at Blueberry Acres (Center of SA map) ActorCJ = CreateActor(0, 0.0, 0.0, 3.0, 0.0); // Create an actor (BS) at Blueberry Acres (Center of SA map) ActorBS = CreateActor(269, 10.0, 0.0, 3.0, 0.0); }