09.01.2011, 15:38
You need to use this:
Because you are giving the x,y and z value and you can't give a value to "PlayerInfo[playerid][posx]" 'cause x is not an float nor int so...Try it should be right.
pawn Код:
x = PlayerInfo[playerid][posx];
y = PlayerInfo[playerid][posx];
z = PlayerInfo[playerid][posx];