Restrict anyone from spawning as specific team without 2000 score.
#5

Quote:
Originally Posted by Eminem 2ka9
View Post
I have a custom dialog, so nothing is in OnPlayerRequestClass.
i not that good at pawn but try this


public OnPlayerSpawn(playerid)
{
if(gTeam[playerid] == )T_SPECIAL
{
GetPlayerScore(playerid) + 2000);
SendClientMessage(playerid,0xFF0000AA,"You must have 2000 score!!");
return 1;
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)