15.07.2016, 06:55
Have you added classes already?
Samp Wiki
https://sampwiki.blast.hk/wiki/AddPlayerClass
PHP код:
public OnGameModeInit()
{
// Players can spawn with either the CJ skin (0) or The Truth skin (1).
AddPlayerClass(0, 1958.33, 1343.12, 15.36, 269.15, 26, 36, 28, 150, 0, 0); // CJ
AddPlayerClass(1, 1958.33, 1343.12, 15.36, 269.15, 26, 36, 28, 150, 0, 0); // The Truth
return 1;
}
https://sampwiki.blast.hk/wiki/AddPlayerClass