[FilterScript] Jetpack Fuel script by Jaan Kukin - 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)
+--- Thread: [FilterScript] Jetpack Fuel script by Jaan Kukin (
/showthread.php?tid=250980)
delete -
!Pumpkin - 25.04.2011
delete
Re: Jetpack Fuel script by Jaan Kukin -
wheelman_WM - 25.04.2011
Nice
Re: Jetpack Fuel script by Jaan Kukin -
=WoR=Varth - 25.04.2011
Lolz that was, epic.
Re: Jetpack Fuel script by Jaan Kukin -
Markx - 25.04.2011
Epic
Re: Jetpack Fuel script by Jaan Kukin -
!Pumpkin - 25.04.2011
ty all , this is pretty unique.
Re: Jetpack Fuel script by Jaan Kukin -
DaKill - 25.04.2011
Why do not you use progress bar?
Re: Jetpack Fuel script by Jaan Kukin -
!Pumpkin - 25.04.2011
Quote:
Originally Posted by DaKill
Why do not you use progress bar?
|
What is progress bar lol ?
Re: Jetpack Fuel script by Jaan Kukin -
DaKill - 25.04.2011
Quote:
Originally Posted by !Pumpkin
What is progress bar lol ?
|
https://sampforum.blast.hk/showthread.php?tid=113443
Re: Jetpack Fuel script by Jaan Kukin -
Gertin - 25.04.2011
Nice

I like it
Re: Jetpack Fuel script by Jaan Kukin -
NekErM@N - 25.04.2011
This is simple command
+ player's hand is special button
Quote:
//------------------------------------------------[JetPack]-------------------------------------
if(strcmp("/jetpack",cmdtext,true, == 0)
{
if (PlayerInfo[playerid][pAdmin] >= 4)
{
SetPlayerSpecialAction(playerid,SPECIAL_ACTION_USE JETPACK);
SendClientMessage(playerid,COLOR_RED,"Your now using a jetpack");
}
return 1;
}
//--------------------------------------------------------------------------------------------------
|
PS: Instead of smiling is the figure eight without
Re : Jetpack Fuel script by Jaan Kukin -
Varkoll_ - 25.04.2011
Very well thought !