new id, Float:x, Float:y, Float:z;GetPlayerPos(playerid,x,y,z);if(sscanf(params,"u",id)) return 0;SetPlayerPos(id,x,y,z);