03.12.2011, 01:26
here the warning
here is the bizz code
Код:
C:\Users\Robin\Desktop\windows\gamemodes\RM-RP.pwn(29904) : warning 219: local variable "i" shadows a variable at a preceding level
Код:
} if(BizzEntered[playerid] != 9999) { new i = BizzEntered[playerid]; if (PlayerToPoint(3, playerid,BizzInfo[i][bExitX], BizzInfo[i][bExitY], BizzInfo[i][bExitZ])) { SetPlayerInterior(playerid,0); SetPlayerVirtualWorld(playerid, 0); OnPlayerExitFood(playerid); SetPlayerPos(playerid,BizzInfo[i][bEntranceX], BizzInfo[i][bEntranceY], BizzInfo[i][bEntranceZ]); SetPlayerVirtualWorld(playerid, 0); BizzEntered[playerid] = 9999;