Posts: 399
Threads: 9
Joined: Dec 2010
Reputation:
0
Put an AddPlayerClass in OnGameModeInit
Posts: 527
Threads: 106
Joined: Dec 2012
Reputation:
0
Is good this ?
AddPlayerClass(0, 1958.33, 1343.12, 15.36, 269.15, 26, 36, 28, 150, 0, 0);
Posts: 11,827
Threads: 33
Joined: Dec 2011
Reputation:
0
Yes.
Make sure it's inside OnGameModeInit callback like the example is shown in the WIKI.
Posts: 1,177
Threads: 27
Joined: Sep 2011
Reputation:
0
Just put a blank AddPlayerClass with 0 as the parameters if you already have the rest of your spawning system worked out. At least 1 class is required or SA-MP will do that weird thing.