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)
+--- Thread: Checkpoints (
/showthread.php?tid=334228)
Checkpoints -
jop9888 - 14.04.2012
hee all,
i just started creating dynamic checkpoints for my house system,
But i already use normal checkpoints for some missions.
Now i noticed that the dynamic checkpoint replaces the normal checkpoint.
is there anyway to create those two checkpoints at the same time??
thanks in advance
Jop9888
Re: Checkpoints -
Cjgogo - 14.04.2012
Use a streamer,best in my point of view is Incgonito's streamer.
Re: Checkpoints -
Unknown1195 - 14.04.2012
Yes there is these are the codes:
Код:
Create3DTextLabel("/buyhouse",0xFFFF00AA, -1292.0410,2486.5022,88.2721, 20,0,1);
CreatePickup(1314, 1, -1291.8759,2489.0066,87.0995,0);
I invented the co-ordinates so you must change them!
If I helped you rep+ if you don't mind cause I really need them at the moment, thanks a lot, hope I helped you.
Unknown1195
I suggest you use a streamer also! example
CreateDynamicPickup.
Re: Checkpoints -
Cjgogo - 14.04.2012
Unknown,he said checkpoints not pickups,read more carefully.
Re: Checkpoints -
jop9888 - 14.04.2012
thanks Cjgogo, gonna try it right away
Re: Checkpoints -
Stigg - 14.04.2012
You need a streamer for more than 1 checkpoint at a time.
https://sampforum.blast.hk/showthread.php?tid=102865
Re: Checkpoints -
jop9888 - 14.04.2012
well it's my first time to use this, and i dont really get how to do it..
could anyone be a little more specific?
i already use this streamer for mapicons, but when i create a dynamic checkpoint, and a regular checkpoint they get mixed up, i can only see one at a time
thanks in advance
Re: Checkpoints -
MadeMan - 14.04.2012
You can have only 1 checkpoint visible in SA-MP. You can use TogglePlayerAllDynamicCPs to disable the dynamic checkpoints and show the regular one. If you disable the regular checkpoint, you can enable the streamer again.
Re: Checkpoints -
jop9888 - 15.04.2012
aah i get it now, thanks alot mate!