01.02.2013, 14:34
OH, sorry, that's my bad. You'll need to put "Float:" infront of the declaration of g_pPos:
The tag mismatch error occurs because the function expects a variable tagged with "Float", hence the Float: part infront of g_pPos
pawn Код:
new
Float:g_pPos[ MAX_PLAYERS ][ 3 ]
;