new Float:POS[3];GetPlayerPos(playerid, POS[0], POS[1], POS[2]);for(new i; i < MAX_PLAYERS+1; i++){ if(LSPD[i] == 1) SetPlayerCheckpoint(i, POS[0], POS[1], POS[2], 3.0);}