Why won't this fiiter script work? - 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: Why won't this fiiter script work? (
/showthread.php?tid=285425)
Why won't this fiiter script work? -
grantism - 24.09.2011
Hey guys I'm
quite new to scripting and tried to create this filterscript by my self, as a learning path. My code is
Here I'm not quite sure why its not working and yes i have filterscript giveweapons in cfg. by the way giveweapons is the name of the .pwn/.amx.
Please any help would be appreciated.
Re: Why won't this fiiter script work? -
Jafet_Macario - 24.09.2011
What you mean by "not working" ?
Re: Why won't this fiiter script work? -
grantism - 24.09.2011
well I go in game and time /weaps and nothing happens

. Thanks for the quick response.
Re: Why won't this fiiter script work? -
Jafet_Macario - 24.09.2011
pawn Код:
ShowPlayerDialog(playerid,gun,DIALOG_STYLE_LIST,"Guns! By Grant!","Knife\r\nChainsaw\r\nDesert Eagle\r\nMP5\r\nm4\r\nSniper\r\nFlamethrower","This Gun","Exit");
Re: Why won't this fiiter script work? -
grantism - 24.09.2011
And again, thanks for quick response, for some reason can't still get this to work.. Keeps saying unknown command
Re: Why won't this fiiter script work? -
grantism - 24.09.2011
any one help me?
Re: Why won't this fiiter script work? -
aRoach - 24.09.2011
Give us the Command Dude.... or Check if the Command has
return 1;
Re: Why won't this fiiter script work? -
grantism - 24.09.2011
Quote:
Originally Posted by grantism
Hey guys I'm quite new to scripting and tried to create this filterscript by my self, as a learning path. My code is Here I'm not quite sure why its not working and yes i have filterscript giveweapons in cfg. by the way giveweapons is the name of the .pwn/.amx.
Please any help would be appreciated.
|
The full code is in the first part..
Re: Why won't this fiiter script work? -
Lorenc_ - 24.09.2011
Gamemode is conflicting with it supposedly.
Re: Why won't this fiiter script work? -
grantism - 24.09.2011
Anyone know why? None of the dialog id's are in the way of it, the only problem is the command doesn't work..