Certain score to spawn as Specific Team
#1

I have a team named specials, but those players need like 200 score to be the team, I have this at the moment but it's just not working?

pawn Код:
public OnPlayerRequestSpawn(playerid)
{

    if(GetPlayerSkin(playerid) == 121)
    {
        if(GetPlayerScore(playerid) < 250)
        {
            GameTextForPlayer(playerid,"~r~~h~250~b~ Score Needed!",3000,3);
            SendClientMessage(playerid,COLOR_RED,"» You need at least 250 score to become Special Ops!");
            return 0;
        }
    }
    return 1;
}
Reply


Messages In This Thread
Certain score to spawn as Specific Team - by Eminem 2ka9 - 09.08.2012, 19:08
Re: Certain score to spawn as Specific Team - by Jstylezzz - 09.08.2012, 19:11
Re: Certain score to spawn as Specific Team - by Eminem 2ka9 - 09.08.2012, 19:13
Re: Certain score to spawn as Specific Team - by [KHK]Khalid - 09.08.2012, 19:14

Forum Jump:


Users browsing this thread: 1 Guest(s)