14.10.2013, 14:31
It's sPos, not Spos. You just need only 1 time the above code.
If you keep getting errors about sPos already defined (that I doubt), change the name to sPos_
pawn Код:
new
Float: sPos[ MAX_PLAYERS ][ 3 ]
;
GetPlayerPos(player1,sPos[player1][0],sPos[player1][1],sPos[player1][2]);

