14.01.2012, 03:12
Deu erro:
Linha:
PHP код:
C:\Users\Lucas\Desktop\SAMP - TBD\filterscripts\lstadmin.pwn(217) : error 028: invalid subscript (not an array or too many subscripts): "label"
C:\Users\Lucas\Desktop\SAMP - TBD\filterscripts\lstadmin.pwn(217) : warning 215: expression has no effect
C:\Users\Lucas\Desktop\SAMP - TBD\filterscripts\lstadmin.pwn(217) : error 001: expected token: ";", but found "]"
C:\Users\Lucas\Desktop\SAMP - TBD\filterscripts\lstadmin.pwn(217) : error 029: invalid expression, assumed zero
C:\Users\Lucas\Desktop\SAMP - TBD\filterscripts\lstadmin.pwn(217) : fatal error 107: too many error messages on one line
Compilation aborted.Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
4 Errors.
PHP код:
if(PlayerInfo[playerid][pVIP] == 1)
{
new Text3D:label;
Delete3DTextLabel(label[playerid]);//essa й a linha 217
}