16.07.2013, 17:23
have this warning on this cmd
this is baed on public OnPlayerSpawn(playerid)
this is baed on public OnPlayerSpawn(playerid)
Код:
if(AccInfo[playerid][Level] >= 4) { new Text3D:label = Create3DTextLabel("Server Leader", COLOR_PINK, 30.0, 40.0, 50.0, 40.0, 0); Attach3DTextLabelToPlayer(label, playerid, 0.0, 0.0, 0.7); return 1; }
Код:
D:\Others\101SSCAM\samp03x_svr_R1-2_win32\filterscripts\spsa.pwn(840) : warning 219: local variable "label" shadows a variable at a preceding level Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 1 Warning.