15.02.2009, 16:04
Код:
? why don't you post anything?Quote:
Originally Posted by MilentSouseQuote:
Originally Posted by Schockpawn Код:if (GetPlayerVirtualWorld(i, == 0) && (AccountInfo[i][AdminLevel] >= 1 || IsPlayerAdmin(i)))
try this:
EDIT: lol whats this?!Код:new world = GetPlayerVirtualWorld(playerid); if(world == 0 && (AccountInfo[i][AdminLevel] >= 1 || IsPlayerAdmin(i))) { //do something here }