automatically spawning player
#2

Код:
public OnPlayerRequestSpawn(playerid)
{
        if(gTeam[playerid] == TEAM_CIVILIAN && pInfo[playerid][pXP] <= 14999)
	{
	    SendClientMessage(playerid, -1, "{FF0000}[ERROR]{FFFFFF} You do not have sufficient XP to join this class.");
	    return 0;
	}
	return 1;
}
Reply


Messages In This Thread
automatically spawning player - by div - 21.06.2018, 03:25
Re: automatically spawning player - by DerickClark - 21.06.2018, 03:38
Re: automatically spawning player - by div - 21.06.2018, 03:44

Forum Jump:


Users browsing this thread: 1 Guest(s)