14.11.2013, 09:58
Код:
C:\Users\ABC\Desktop\0.3x Package\gamemodes\Prison.pwn(1566) : warning 211: possibly unintended assignment C:\Users\ABC\Desktop\0.3x Package\gamemodes\Prison.pwn(1599) : warning 204: symbol is assigned a value that is never used: "prison"
Код:
if(prison = 0) { prisontext = Create3DTextLabel(PlayerInfo[playerid][pPrison],LIGHTGREEN, 30.0, 40.0, 50.0, 40.0, 0); Attach3DTextLabelToPlayer(prisontext, playerid, 0.0, 0.0, 0.7); prison = 1; } else { // nothing }