[Include] Insanity Pickups Control - 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 Pickups Control (
/showthread.php?tid=181607)
Insanity Pickups Control -
CyNiC - 06.10.2010
• Insanity Pickups Control •
- Description
This include attempts to provide greater control over the pickups of your server
- Author
Allan Jader (CyNiC)
- Note
You can change how much you want the include, leaving the credit to author
And please, report any bugs.
- Functions
pawn Код:
C_CreatePickup(model,type,Float:X,Float:Y,Float:Z,interiorid,virtualworld);
C_DestroyPickup(pickupid);
C_SetPickupPos(pickupid,Float:X,Float:Y,Float:Z,interiorid,virtualworld);
GoToPickup(playerid,pickupid);
GetPlayerLastPickup(playerid);
GetPlayerPickupedAmount(playerid);
GetPlayerPickupedList(playerid);
- Important:
Add this to the your callback OnPlayerPickUpPickup:
pawn Код:
Cy_OnPlayerPickUpPickup(playerid,pickupid);
- Download
4Shared
Re: Insanity Pickups Control -
rbN. - 06.10.2010
Nice, but could you explain me this 2:
GetPlayerPickupedAmount(playerid);
GetPlayerPickupedList(playerid);
:P?
Re: Insanity Pickups Control -
CyNiC - 06.10.2010
Quote:
Originally Posted by RobinOwnz
Nice, but could you explain me this 2:
GetPlayerPickupedAmount(playerid);
GetPlayerPickupedList(playerid);
:P?
|
- The amount of times what the player has pickuped the pickup.
- The IDS of all pickups caught by the player as string.
Re: Insanity Pickups Control -
willsuckformoney - 06.10.2010
Looks great cynic
Re: Insanity Pickups Control -
Brian_Furious - 06.10.2010
Yes, it's awesome...but
pawn Код:
C_CreatePickup(model,type,Float:X,Float:Y,Float:Z,interiorid,virtualworld);
Dont change anything with
Re: Insanity Pickups Control -
CyNiC - 06.10.2010
Thanks for all.
Quote:
Originally Posted by Brian_Furious
Yes, it's awesome...but
pawn Код:
C_CreatePickup(model,type,Float:X,Float:Y,Float:Z,interiorid,virtualworld);
Dont change anything with
|
Y, i know, but it is useful to function GoToPickup.
Re: Insanity Pickups Control -
Brian_Furious - 07.10.2010
Quote:
Originally Posted by cynic
Thanks for all.
Y, i know, but it is useful to function GoToPickup.
|
You can also put the coordinates of the pickup..for going to a pickup no?