28.06.2011, 07:47
Quote:
Yea but (thx for editing my bump :3) in the one I posted now all of them have what they need... (as far as I can see)
EDIT: as well I just prefer in that way and the way u showed confused me as with these two {x,y,z}, {x,y,z} What are they about? isnt one enough? |
pawn Код:
new Float:positions[1][3] = {
{3221.3242,5632.3132,353.221}
};
pawn Код:
SetPlayerPos(playerid, positions[1][0], positions[1][1], positions[1][2]);