Error's - 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: Error's (
/showthread.php?tid=110102)
Error's -
breakpaper - 24.11.2009
i get this error's:
Код:
C:\Documents and Settings\Administrator\Bureaublad\FreeRoad\gamemodes\FR.pwn(2738) : error 017: undefined symbol "dcmd_sas"
C:\Documents and Settings\Administrator\Bureaublad\FreeRoad\gamemodes\FR.pwn(2739) : error 017: undefined symbol "dcmd_sas"
C:\Documents and Settings\Administrator\Bureaublad\FreeRoad\gamemodes\FR.pwn(2741) : error 017: undefined symbol "params"
C:\Documents and Settings\Administrator\Bureaublad\FreeRoad\gamemodes\FR.pwn(2744) : warning 219: local variable "string" shadows a variable at a preceding level
C:\Documents and Settings\Administrator\Bureaublad\FreeRoad\gamemodes\FR.pwn(2757) : warning 225: unreachable code
How to make in the GM a DCMD command?
in my other GM it work's,
but not here, and what is the deal with params?
Re: Error's -
dice7 - 24.11.2009
Do you have dcmd defined ?
And do you have the command functions under OnPlayerCommandText ?
Also check this
https://sampwiki.blast.hk/wiki/Fast_Commands#dcmd
Re: Error's -
breakpaper - 24.11.2009
Works fine now,
thanks!