03.05.2009, 15:33
OnPlayerRequestClass(playerid, classid);
is called when someone trys to spawn. I use it to check if they are registered/logged in or not and say if they arn't logged in, it will tell them to login and return 0;
return 0; means their request to spawn has been disallowed.
is called when someone trys to spawn. I use it to check if they are registered/logged in or not and say if they arn't logged in, it will tell them to login and return 0;
return 0; means their request to spawn has been disallowed.