15.07.2015, 22:02
Im trying to make an anti teleport hack for anticheat.It works but even if a player si logged in it shows the WARNING.I wanted to put a condition to show the message only if the player is logged in.i Tried,but i now i get :
error:
All on same line: 4396 :
i tried with
// IsLoggedIn
still not working
error:
PHP код:
error 028: invalid subscript (not an array or too many subscripts): "IsLoggedIn"
(4396) : warning 215: expression has no effect
(4396) : error 001: expected token: ";", but found "]"
: error 029: invalid expression, assumed zero
: fatal error 107: too many error messages on one line
PHP код:
if((distanta[i] > 65.0) && IsLoggedIn[i] != true) // IsLoggedIn
PHP код:
if((distanta[i] > 65.0) && (IsLoggedIn[i] != true))
still not working

