[FilterScript] Jetpack with Zcmd
#1

< zcmd

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

Nothing much to add to this, but theres the link anyways
Reply
#2

Very Very easy ;'d
Reply
#3

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;
}
Reply
#4

Reply
#5

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

Hes the best scripter ever , hes the new beta tester
Reply
#7

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

simply..
Reply
#8

probably copied from a script
Reply
#9

Very simple!, But gonna use, maybe.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)