Is This Bug or anything else
#8

Try this
Код:
new status[MAX_PLAYERS];
stock UpdateStatus(playerid)
{
	switch(PlayerInfo[playerid][Level])
	{
		case 0: status[playerid] = "Player";
		case 1: status[playerid] = "Junior Administartor";
		case 2: status[playerid] = "General Administrator";
		case 3: status[playerid] = "Senior Administartor";
		case 4: status[playerid] = "Head Administrator";
		case 5: status[playerid] = "Excutive Administrator";
	}
	return 1;
}
Reply


Messages In This Thread
Is This Bug or anything else - by Marv123 - 18.11.2018, 01:01
Re: Is This Bug or anything else - by SonnyGamer - 18.11.2018, 01:03
Re: Is This Bug or anything else - by vikoo - 18.11.2018, 01:08
Re: Is This Bug or anything else - by Marv123 - 18.11.2018, 01:35
Re: Is This Bug or anything else - by vikoo - 18.11.2018, 02:21
Re: Is This Bug or anything else - by Marv123 - 18.11.2018, 15:01
Re: Is This Bug or anything else - by Craft. - 18.11.2018, 20:22
Re: Is This Bug or anything else - by scripter112 - 19.11.2018, 05:36
Re: Is This Bug or anything else - by Dayrion - 19.11.2018, 06:10
Re: Is This Bug or anything else - by Marv123 - 19.11.2018, 15:00

Forum Jump:


Users browsing this thread: 2 Guest(s)