08.02.2019, 12:35
acho que talvez seja isso que vocк precisa fazer:
PHP Code:
/*
* Returning 0 in this callback will prevent the player from spawning
*/
public OnPlayerRequestClass(playerid,classid){
return 0;
}