[Include] Insanity Invisible 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: Filterscripts (
https://sampforum.blast.hk/forumdisplay.php?fid=17)
+---- Forum: Includes (
https://sampforum.blast.hk/forumdisplay.php?fid=83)
+---- Thread: [Include] Insanity Invisible Checkpoints (
/showthread.php?tid=241652)
Insanity Invisible Checkpoints -
CyNiC - 18.03.2011
- Insanity Invisible Checkpoints -
Descrition
It allows you to create invisible checkpoints for check when the player enter
on invisible checkpoint with a vehicle or not.
Authors
Allan Jader (CyNiC)
Babul: colaborated with the function: CreatePickupsInCircle
http://forum.sa-mp.com/showpost.php?...85&postcount=5
Note
You can change how much you want the include, leaving the credit to creator.
Configuration
pawn Код:
#define MAX_AREAS 50 // Amount of checkpoints, the less is better for performance
#define REAPPLY_CPS_TIMER 5000 // Timer in miliseconds for reactivate the checkpoint for player
//Put in your OnPlayerPickUpPickup callback:
InvisibleCheckpoints(playerid, pickupid);
Functions
pawn Код:
CreateIPlayerCheckpoint(Float:X, Float:Y, Float:Z, Float:size);
CreateIVehicleCheckpoint(Float:X, Float:Y, Float:Z, Float:size);
DestroyCheckpoint(checkpointid);
Callbacks
pawn Код:
OnPlayerEnterICheckpoint(playerid, checkpointid)
OnVehicleEnterICheckpoint(playerid, vehicleid, checkpointid)
Download
http://www.4shared.com/file/0vw8oxPR/invisiblecps.html
Re: Insanity Invisible Checkpoints -
Medal Of Honor team - 18.03.2011
nice one!
Re: Insanity Invisible Checkpoints -
Zh3r0 - 18.03.2011
Pastebin pl0x
Re: Insanity Invisible Checkpoints -
Ironboy - 18.03.2011
Nice work !
Re: Insanity Invisible Checkpoints -
TheArcher - 18.03.2011
-> here's a pastebin mirror
http://pastebin.com/rBNi5Msi
Re: Insanity Invisible Checkpoints -
[Ips]Guh - 18.03.2011
Nice Script Cynic...
Re: Insanity Invisible Checkpoints -
CyNiC - 19.03.2011
Thank's.
The pastebin link are outdated, it is better to download the original post link.