new Float:pPos[3];//spawn commandif(pPos[0] = 0 & pPos[1] = 0 & pPos[2] = 0){GetPlayerPos(playerid,pPos[0],pPos[1],pPos[2]);}else{SetPlayerPos(playerid,pPos[0],pPos[1],pPos[2]);}