08.10.2010, 13:02
enum Pos {
Float:XPos,
Float:YPos,
Float:ZPos,
};
new blabla[MAX_PLAYERS][Pos];
GetPlayerPos(playerid,blabla[playerid][XPos],blabla[playerid][YPos],blabla[playerid][ZPos]);
SetPlayerPos(playerid,blabla[playerid][XPos],blabla[playerid][YPos],blabla[playerid][ZPos]);
u meann this?
Float:XPos,
Float:YPos,
Float:ZPos,
};
new blabla[MAX_PLAYERS][Pos];
GetPlayerPos(playerid,blabla[playerid][XPos],blabla[playerid][YPos],blabla[playerid][ZPos]);
SetPlayerPos(playerid,blabla[playerid][XPos],blabla[playerid][YPos],blabla[playerid][ZPos]);
u meann this?