SA-MP Forums Archive
FS CMDS - 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: FS CMDS (/showthread.php?tid=407813)



FS CMDS - Glad2BeHere - 15.01.2013

Tried using default command maker
zcmd and onplayercommandtext
And in this filterscript it keeps saying unkown commands

PS:****** was not my friend and i am trying to fix it :/ but its not working


Re: FS CMDS - Konstantinos - 15.01.2013

To a mode use either ZCMD(recommented) or strcmp. Don't use both of them.


Re: FS CMDS - Glad2BeHere - 15.01.2013

i said each not at the same time

First i tried strcmp didnt work
then zcmd didnt work
onplayercommandtext didnt work
pawn Код:
CMD:funny(playerid, params[])
{
   SendClientMessage(playerid, -1, "askdasda");
   return 1;
}
Says "UNKOWN COMMAND"
and no errors


Re: FS CMDS - B-Matt - 15.01.2013

Which command processor you use in your gamemode ?


Re: FS CMDS - Konstantinos - 15.01.2013

You did not mention the word "each" before. Use it on a blank filterscript and include only a_samp and ZCMD. Also, uncomment the FILTERSCRIPT, so it will be defined and try again.


Re: FS CMDS - Glad2BeHere - 15.01.2013

blank fs it works .......


Re: FS CMDS - Konstantinos - 15.01.2013

Then you're using something that bugs that.


Re: FS CMDS - Glad2BeHere - 15.01.2013

-_- main was in my FS i removed that and it worked but anyway REP++ cuz u atleast tried and put resolving matters, And i really didnt want to show the script because its really dynamic and i really couldnt show it so ty (Y)