about actor...2
#5

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);
}
Reply


Messages In This Thread
about actor...2 - by sayaunta - 12.11.2015, 10:28
Re: about actor...2 - by vassilis - 12.11.2015, 10:31
Re: about actor...2 - by sayaunta - 12.11.2015, 10:34
Re: about actor...2 - by sayaunta - 12.11.2015, 10:37
Re: about actor...2 - by Omer. - 12.11.2015, 10:45

Forum Jump:


Users browsing this thread: 1 Guest(s)