SA-MP Forums Archive
[FilterScript] Jetpack with Zcmd - 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 with Zcmd (/showthread.php?tid=356741)



Jetpack with Zcmd - LukeStephens - 04.07.2012

Код:
https://sampforum.blast.hk/showthread.php?tid=91354
< zcmd

Simple jetpack filterscript!
http://pastebin.com/NRfMEW2L

Nothing much to add to this, but theres the link anyways


Re: Jetpack with Zcmd - Kathleen - 04.07.2012

Very Very easy ;'d


Re: Jetpack with Zcmd - newbienoob - 04.07.2012

1) Failed!
Код:
C:\Documents and Settings\user\Desktop\0.3e\gamemodes\race.pwn(20) : error 017: undefined symbol "IsPlayerLoggedIn"
C:\Documents and Settings\user\Desktop\0.3e\gamemodes\race.pwn(20) : error 017: undefined symbol "COLOR_GREY"
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


2 Errors.
2) I can do better
pawn Код:
CMD:jetpack(playerid, params[])
{
    SetPlayerSpecialAction(playerid,SPECIAL_ACTION_USEJETPACK);
    return 1;
}



Re: Jetpack with Zcmd - tyler12 - 04.07.2012




Re: Jetpack with Zcmd - Djole1337 - 04.07.2012

This is not fucking FS, this is just a command.
pawn Код:
cmd(jetpack, playerid, params[])
{
    SetPlayerSpecialAction(playerid,Special_Action_Usejetpack);
    return 1;
}



Respuesta: Jetpack with Zcmd - Chris1337 - 04.07.2012

Hes the best scripter ever , hes the new beta tester


Re: Jetpack with Zcmd - Danee - 04.07.2012

omg..
CMD:jetpack(playerid, params[]) return SetPlayerSpecialAction(playerid,SPECIAL_ACTION_USE JETPACK);

simply..


Re: Jetpack with Zcmd - tyler12 - 04.07.2012

probably copied from a script


Re: Jetpack with Zcmd - davve95 - 04.07.2012

Very simple!, But gonna use, maybe.