18.08.2011, 02:24
Check if your player is normal player with debug.
pawn Код:
CMD:setvip(playerid, params[])
{
printf("%d",pInfo[playerid][Admin]);//Debug
new id, lvl, string[128], string2[128];
//............ continue your code