Posts: 37
Threads: 10
Joined: Jan 2011
Reputation:
0
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.
Posts: 37
Threads: 10
Joined: Jan 2011
Reputation:
0
damn sascha your always here for me lol thanks bro, maybe ill just hit u up next time.
Posts: 37
Threads: 10
Joined: Jan 2011
Reputation:
0
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
Posts: 613
Threads: 11
Joined: Aug 2010
Reputation:
0
it's a plugin.
some parts of it goes in plugins map, some goes in includes map.
Posts: 37
Threads: 10
Joined: Jan 2011
Reputation:
0
yeah i noticed it was cuz i accidently downloaded the source not the plugins lol
Posts: 37
Threads: 10
Joined: Jan 2011
Reputation:
0
how do you get the ID of the dynamic checkpoint in
public OnPlayerEnterDynamicCP(playerid, checkpointid);
{
return 1;
}
Posts: 37
Threads: 10
Joined: Jan 2011
Reputation:
0
for when u enter it i need to give the dynamic checkpoint a function
Posts: 1,495
Threads: 131
Joined: Jul 2009
Reputation:
0
new cp
cp = CreateDynamicCP.....
public OnPlayerEnterDynamicCP(playerid, checkpointid)
{
if(checkpointid == cp)
{
----------
}
return 1;
}