CreateDynamicRaceCP help - 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: CreateDynamicRaceCP help (
/showthread.php?tid=243839)
CreateDynamicRaceCP help -
tanush - 24.03.2011
What does type means on CreateDynamicRaceCP(type,blahblah...);??
Re: CreateDynamicRaceCP help -
Mike Garber - 24.03.2011
It isn't.
https://sampforum.blast.hk/showthread.php?tid=102865
Read again.
Re: CreateDynamicRaceCP help -
Gamer_Z - 24.03.2011
Create -
http://en.wiktionary.org/wiki/create
Dynamic -
http://en.wiktionary.org/wiki/dynamic
CP -
http://en.wiktionary.org/wiki/checkp...rom=Checkpoint
(
type - what kind of checkpoint
,blahblah... - sorry uncle ****** can't find that
);??
edit:
Bleh Mike was first xD
Re: CreateDynamicRaceCP help -
tanush - 24.03.2011
I mean CreateDynamicRaceCp, my bad
Re: CreateDynamicRaceCP help -
tanush - 25.03.2011
pls help,im trying to mak driving license
Re: CreateDynamicRaceCP help -
tanush - 26.03.2011
*Bump* please help
Re: CreateDynamicRaceCP help -
Stigg - 26.03.2011
Quote:
Originally Posted by tanush
What does type means on CreateDynamicRaceCP(type,blahblah...);??
|
pawn Код:
native CreateDynamicRaceCP(type, Float:x, Float:y, Float:z, Float:nextx, Float:nexty, Float:nextz, Float:size, worldid = -1, interiorid = -1, playerid = -1, Float:distance = 100.0);
It creates a racing style checkpoint. I suggest reading the plugin thread to learn more.
https://sampforum.blast.hk/showthread.php?tid=102865