22.04.2012, 03:00
Which is better?
or
If you don't know about efficiency and stuff, please don't bother replying.
pawn Код:
new Float:x, Float:y, Float:z;
GetPlayerPos(playerid, x, y, z);
pawn Код:
new Float:playerPos[3];
GetPlayerPos(playerid, playerPos[0], playerPos[1], playerPos[2]);