SA-MP Forums Archive
[FS Help] Commands don't 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: [FS Help] Commands don't work (/showthread.php?tid=152526)



[FS Help] Commands don't work - Madykevy - 04.06.2010

Hi i created my filterscript but i have a strange thing....
When i load my FS all commands in the gamemode stop working.
How can i solve this


Re: [FS Help] Commands don't work - Jay. - 04.06.2010

Show us your code.


Re: [FS Help] Commands don't work - Flashy - 04.06.2010

Check this:

- Do you get the message "Server: Unknown command" when you tip your commands?
- Do your Gmґs include any commands?
- Do you include your FS in your GM?
- What system for commands do you use? dcmd, zdcmd, and so on?


Possible your FS isnґnґt working cause something is interface with your GM.

Quote:
Originally Posted by [XS
XtremE_ ]
Show us your code.
There is no need to post codes now.


Re: [FS Help] Commands don't work - Madykevy - 04.06.2010

- Do you get the message "Server: Unknown command" when you tip your commands?
I can use the FS commands but not the GM Commands.
And no i don't see Server: Unknown Command


- Do your Gmґs include any commands?
How do you mean?

- Do you include your FS in your GM?
How do you mean

- What system for commands do you use? dcmd, zdcmd, and so on?
pawn Код:
if (strcmp("/botinfo", cmdtext, true, 10) == 0)



Re: [FS Help] Commands don't work - Madykevy - 04.06.2010

Can i use 2 public OnPlayerCommandText?
Like in FS one and in GM one


Re: [FS Help] Commands don't work - Flashy - 04.06.2010

Please edit your post to prevent doupelposting.
Yes you can use commands in OnPlayerCommands. But not the same commands. The will get doupel effects and you may have comflicts.