if(GetPlayerScore(playerid) < 300){ new Float:x, Float:y, Float:z; // Use GetPlayerPos, passing the 3 float variables we just created GetPlayerPos(playerid, x, y, z); SetPlayerPos(playerid, x, y, 3.0);}