Only 1 Team_PM
#4

pawn Код:
public OnPlayerRequestSpawn(playerid)
{
    if(GetPlayerSkin(playerid) == SKINID_OF_TEAM && TeamPM == 1)
    {
        SendClientMessage(playerid,Color,"Theres already somebody on that team.");
        return 0;
    }
    return 1;
}
Reply


Messages In This Thread
Only 1 Team_PM - by Kyle - 05.05.2009, 17:42
Re: Only 1 Team_PM - by miokie - 05.05.2009, 17:47
Re: Only 1 Team_PM - by Kyle - 05.05.2009, 17:48
Re: Only 1 Team_PM - by miokie - 05.05.2009, 18:05

Forum Jump:


Users browsing this thread: 1 Guest(s)