04.07.2012, 19:10
< zcmd
Nothing much to add to this, but theres the link anyways
Simple jetpack filterscript!
http://pastebin.com/NRfMEW2LNothing much to add to this, but theres the link anyways
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.
CMD:jetpack(playerid, params[])
{
SetPlayerSpecialAction(playerid,SPECIAL_ACTION_USEJETPACK);
return 1;
}
cmd(jetpack, playerid, params[])
{
SetPlayerSpecialAction(playerid,Special_Action_Usejetpack);
return 1;
}