incogntio race checkpoints - 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: incogntio race checkpoints (
/showthread.php?tid=237764)
incogntio race checkpoints -
hadzx - 10.03.2011
how do i make it so if you enter a race checkpoint on incognito streamer it does something i know the checkpoint code
Код:
if(checkpointid == example)
{
//code
}
thats for checkpoints but how would i do it to race checkpoints?
Код:
public OnPlayerEnterDynamicRaceCP(playerid, checkpointid)
{
return 1;
}
thanks
Re: incogntio race checkpoints -
Riddick94 - 10.03.2011
Normal checkpoints i've defined in OnGameModeInit. Maybe this you need too?
Normal my race system without streamer working in the board. Reading just X, Y, Z.
Re: incogntio race checkpoints -
hadzx - 10.03.2011
Quote:
Originally Posted by Riddick94
Normal checkpoints i've defined in OnGameModeInit. Maybe this you need too?
Normal my race system without streamer working in the board. Reading just X, Y, Z.
|
ok so can you give me the code to question?