SA-MP Forums Archive
race checkpoint not dissappearing. - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: race checkpoint not dissappearing. (/showthread.php?tid=202950)



race checkpoint not dissappearing. - The_Gangstas - 25.12.2010

pawn Код:
GameTextForPlayer(playerid, "~w~Delivery Complete", 2500, 3);

        DisablePlayerRaceCheckpoint(playerid);

SetTimerEx("Loading", 1000, false, "i", playerid);

DisablePlayerRaceCheckpoint(playerid); //in loading
when the delivery ends, and i even set a timer to disable it again, but it does not disable!