Bugged command.
#6

Already have something like that :P

Код:
stock AdminsLevelS(playerid)
{
new GetAdminLevel[50];
new lvl = pData[playerid][Admin];
switch(lvl)
{
case 1: GetAdminLevel = "Trial Admin";
case 2: GetAdminLevel = "General administrator";
case 3: GetAdminLevel = "Senior Administrator";
case 4: GetAdminLevel = "Lead Administrator";
case 5: GetAdminLevel = "Head Administrator";
case 6: GetAdminLevel = "Executive Administrator";
}
return GetAdminLevel;
}
Reply


Messages In This Thread
Bugged command. - by yvoms - 21.01.2016, 12:56
Re: Bugged command. - by AlexuTzVs - 21.01.2016, 13:02
Re: Bugged command. - by yvoms - 21.01.2016, 13:05
Re: Bugged command. - by SkyFlare - 21.01.2016, 13:45
Re: Bugged command. - by SkyFlare - 21.01.2016, 13:47
Re: Bugged command. - by yvoms - 21.01.2016, 13:53
Re: Bugged command. - by yvoms - 21.01.2016, 14:00
Re: Bugged command. - by SkyFlare - 21.01.2016, 14:05
Re: Bugged command. - by yvoms - 21.01.2016, 14:09
Re: Bugged command. - by SkyFlare - 21.01.2016, 14:21

Forum Jump:


Users browsing this thread: 5 Guest(s)