SA-MP Forums Archive
I need a checkpoint streamer please - 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: I need a checkpoint streamer please (/showthread.php?tid=214471)



I need a checkpoint streamer please - Legit_V20 - 21.01.2011

I looked up dragstas checkpoint streamer but the link is broken. Anybody know of a good checkpoint streamer?
I know how to use them fine.
Thankyou.


Re: I need a checkpoint streamer please - Sascha - 21.01.2011

https://sampforum.blast.hk/showthread.php?tid=102865

incognito's streamer plugin allows checkpoints, too


Re: I need a checkpoint streamer please - Legit_V20 - 21.01.2011

damn sascha your always here for me lol thanks bro, maybe ill just hit u up next time.


Re: I need a checkpoint streamer please - Sascha - 21.01.2011

hehe np lol

I need 500 posts to become "gangsta"


Re: I need a checkpoint streamer please - Legit_V20 - 21.01.2011

wait up man im not gettin how to do this shit the zip file has a loooot of shit in it i have no clue where to start lol


Re: I need a checkpoint streamer please - Macluawn - 21.01.2011

it's a plugin.
some parts of it goes in plugins map, some goes in includes map.


Re: I need a checkpoint streamer please - Legit_V20 - 21.01.2011

yeah i noticed it was cuz i accidently downloaded the source not the plugins lol


Re: I need a checkpoint streamer please - Legit_V20 - 21.01.2011

how do you get the ID of the dynamic checkpoint in

public OnPlayerEnterDynamicCP(playerid, checkpointid);
{
return 1;
}


Re: I need a checkpoint streamer please - Legit_V20 - 21.01.2011

for when u enter it i need to give the dynamic checkpoint a function


Re: I need a checkpoint streamer please - Sascha - 21.01.2011

new cp


cp = CreateDynamicCP.....
public OnPlayerEnterDynamicCP(playerid, checkpointid)
{
if(checkpointid == cp)
{
----------
}
return 1;
}