07.06.2013, 05:09
Hello dear forumers. I need your help
I have taken this code from tutorial but still got the errors...
I have taken this code from tutorial but still got the errors...
pawn Код:
error 028: invalid subscript (not an array or too many subscripts): "PosX"
warning 215: expression has no effect
error 001: expected token: ";", but found "]"
error 029: invalid expression, assumed zero
fatal error 107: too many error messages on one line
pawn Код:
GetPlayerPos(playerid,PosX[playerid],PosY[playerid],PosZ[playerid]);
GetPlayerFacingAngle(playerid,Angle[playerid]);