Need 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: Need Help (
/showthread.php?tid=214816)
Need Help -
Ironboy - 22.01.2011
Hello!
i want to make a checkpoint.
how to make it?
i need a checkpoint like this ...
Here it is the video of that
http://www.youtube.com/watch?feature...&v=_u4nmNFabMI
I mean that red checkpoint
Re: Need Help -
iggy1 - 22.01.2011
Here check this list of functions all functions are listed.
https://sampwiki.blast.hk/wiki/Category:Scripting_Functions
Tip: you want SetPlayerCheckpoint.
Re: Need Help -
HyperZ - 22.01.2011
https://sampwiki.blast.hk/wiki/SetPlayerCheckpoint
Edit: Too Late.
Re: Need Help -
Ironboy - 22.01.2011
I want to creat a check point in the bank.
How to creat in the bank?
Re: Need Help -
AzTeCaS - 22.01.2011
Lol U can Just Change the Floatx; and float z; float y;
Re: Need Help -
Ironboy - 22.01.2011
Can anyone show me how to creat a checkpoint?plz
Re: Need Help -
Ironboy - 22.01.2011
A simple example plz anyone..
Re: Need Help -
_Tommy - 22.01.2011
You already got a guide how to make checkpoints. READ IT!
If we give you the code and you will copy-paste it into your gamemode you will never learn how to do it in youself, and will come asking for help with the same problem next time too.
Re: Need Help -
Ironboy - 22.01.2011
no i wont copy paste it. I dont want to eat anyones waste
So plz show me an example
Re: Need Help -
Alex_Valde - 22.01.2011
OMFG Dude!!
For real?!?
Get the coordinates of the place you want to checkpoint to be.
Let's name it like:
CPX - coordinate X
CPY - coordinate Y
CPZ - coordinate Z
And then just put the code like this:
pawn Код:
SetPlayerCheckpoint(playerid, CPX, CPY, CPZ, 7.00)
Hard?