pawno error 028
#2

Код:
	new aName[MAX_PLAYER_NAME];
				GetPlayerName(i,aName,sizeof(aName));
				if(pInfo[i][Hidden] == 0)
				{
					format(string, sizeof(string), "Level: %d | Name: %s | Rank: %s | Status: %s ",Adminlevel[i], aName, AdminRank,status);//this is line 285
					SendClientMessage(playerid,COLOR_YELLOW,string);
					count++;
				}
			}
the problem is Adminlevel[i] would you show any command for admin you have to we know your admin level permission?
Reply


Messages In This Thread
pawno error 028 - by 1fret - 18.09.2015, 19:04
Re: pawno error 028 - by jlalt - 18.09.2015, 19:20
Re: pawno error 028 - by 1fret - 18.09.2015, 19:28
Re: pawno error 028 - by Sjn - 18.09.2015, 19:59
Re: pawno error 028 - by 1fret - 18.09.2015, 20:04

Forum Jump:


Users browsing this thread: 1 Guest(s)