Checkpoint size - 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: Checkpoint size (
/showthread.php?tid=634747)
Checkpoint size -
Cyboorg - 25.05.2017
I;m creating a checkpont with size of 1.0
ex:
Код:
CreateCheckpoint(GLOBAL_OWNER_ID, BURGER2_CP, 2472.8655,2034.1702,11.0625, 1.0);
SetCheckpointInterior(BURGER2_CP, 0);
When i've compiled,went IG ...and then i'm getting bugged since checkpoint is huge,i am getting in and out in and out.
HOW TO FIX?
Re: Checkpoint size -
Antenastyle - 25.05.2017
Quote:
Originally Posted by Cyboorg
I;m creating a checkpont with size of 1.0
ex:
Код:
CreateCheckpoint(GLOBAL_OWNER_ID, BURGER2_CP, 2472.8655,2034.1702,11.0625, 1.0);
SetCheckpointInterior(BURGER2_CP, 0);
When i've compiled,went IG ...and then i'm getting bugged since checkpoint is huge,i am getting in and out in and out.
HOW TO FIX?
|
Can you show the CreateCheckpoint function? I recommend you to use this, I use it and have no problem.
Код:
SetPlayerCheckpoint(playerid, Float:x, Float:y, Float:z, Float:size)
Re: Checkpoint size -
Cyboorg - 25.05.2017
How to set interior for that function ? Ex: i want to go into ammunation ?
Re: Checkpoint size -
Cyboorg - 25.05.2017
I use this
https://sampforum.blast.hk/showthread.php?tid=70963
Re: Checkpoint size -
Antenastyle - 25.05.2017
Quote:
Originally Posted by Cyboorg
|
That function doesn't have the Size to modify, use the one I passed you up here.
Re: Checkpoint size -
Cyboorg - 25.05.2017
Quote:
Originally Posted by Antenastyle
That function doesn't have the Size to modify, use the one I passed you up here.
|
How to set interior for that function ? Ex: i want to go into ammunation ?
Can you show me a full example using that function?
Re: Checkpoint size -
Cyboorg - 25.05.2017
ANYONE HELP! ...this is the last bug before i start server live !
Re: Checkpoint size -
Man43 - 25.05.2017
https://sampforum.blast.hk/showthread.php?tid=262374
Tutoiral
Re: Checkpoint size -
Cyboorg - 25.05.2017
How to make a checkpoint that sends you inside interiors ? gets you out ?
Re: Checkpoint size -
Cyboorg - 26.05.2017
** No choice ?