11.06.2015, 21:32
try this
PHP код:
public OnPlayerRequestClass(playerid, classid)
{
SetSpawnInfo(playerid, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); //Edit those to match your script
SpawnPlayer(playerid);
return 1;
}