Adrenaline - 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: Adrenaline (
/showthread.php?tid=511704)
Adrenaline -
Ananisiki - 07.05.2014
I ask is there any way to create a pickup with the adranaline pill with out getting that fast run thing
Re: Adrenaline -
Threshold - 07.05.2014
pawn Код:
CreatePickup(1241, 1, Float:X, Float:Y, Float:Z, Virtualworld);
You need to change the second parameter to allow for FULLY scripted actions only.
Quote:
Originally Posted by SA-MP Wiki
Certain pickup types come with 'automatic responses', for example using an M4 model in the pickup will automatically give the player the weapon and some ammo. For fully scripted pickups, type 1 should be used.
|
Quote:
Originally Posted by SA-MP Wiki
1Exists always. Disables pickup scripts such as horseshoes and oysters to allow for scripted actions ONLY. Will trigger OnPlayerPickUpPickup every few seconds.
|
Re: Adrenaline -
Ananisiki - 07.05.2014
Thx man