new Float:Pos[3];
new Float:fPos[3];
GetPlayerPos(playerid, Pos[0], Pos[1], Pos[2]);
GetPlayerPos(playerid, fPos[0], fPos[1], fPos[2]);