SA-MP Forums Archive
Weird dcmd errors - 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: Weird dcmd errors (/showthread.php?tid=120728)



Weird dcmd errors - svorpyx - 12.01.2010

I've got this errors:
pawn Код:
C:\Users\Max\Desktop\samp03asvr_R4_win32\gamemodes\IRP\IRPTest1.pwn(1022) : warning 203: symbol is never used: "dcmd_akill"
C:\Users\Max\Desktop\samp03asvr_R4_win32\gamemodes\IRP\IRPTest1.pwn(1022) : warning 203: symbol is never used: "dcmd_freeze"
C:\Users\Max\Desktop\samp03asvr_R4_win32\gamemodes\IRP\IRPTest1.pwn(1022) : warning 203: symbol is never used: "dcmd_frozen"
C:\Users\Max\Desktop\samp03asvr_R4_win32\gamemodes\IRP\IRPTest1.pwn(1022) : warning 203: symbol is never used: "dcmd_mute"
C:\Users\Max\Desktop\samp03asvr_R4_win32\gamemodes\IRP\IRPTest1.pwn(1022) : warning 203: symbol is never used: "dcmd_muted"
C:\Users\Max\Desktop\samp03asvr_R4_win32\gamemodes\IRP\IRPTest1.pwn(1022) : warning 203: symbol is never used: "dcmd_unfreeze"
C:\Users\Max\Desktop\samp03asvr_R4_win32\gamemodes\IRP\IRPTest1.pwn(1022) : warning 203: symbol is never used: "dcmd_unmute"
can anyone help me?


Re: Weird dcmd errors - Correlli - 12.01.2010

Learn how to use dcmd - http://forum.sa-mp.com/index.php?topic=70925.0


Re: Weird dcmd errors - svorpyx - 13.01.2010

I received it from a friend,
normally i use zcmd, and i don't want to learn dcmd, since its slower and harder than zcmd...


Re: Weird dcmd errors - Correlli - 13.01.2010

It's obvious that you didn't, otherwise you would put the dcmd_commandname(...) under OnPlayerCommandText callback.


Re: Weird dcmd errors - KnooL - 13.01.2010

pawn Код:
dcmd(commandname,11,cmdtext); // commandname = 11
OnPlayerCommandText




Re: Weird dcmd errors - svorpyx - 13.01.2010

what is that?


Re: Weird dcmd errors - KnooL - 13.01.2010

Quote:
Originally Posted by svorpyx
what is that?
If you don't know that I think you should read some PAWN basics:
https://sampwiki.blast.hk/wiki/PAWN_tutorial


Re: Weird dcmd errors - Correlli - 13.01.2010

Quote:
Originally Posted by svorpyx
what is that?
You said you know how to use it, if you don't, then read the DCMD topic.


Re: Weird dcmd errors - MenaceX^ - 13.01.2010

If you know it's slower than zcmd why won't you stay with zcmd?


Re: Weird dcmd errors - svorpyx - 13.01.2010

because my friend sended it to me!
i know zcmd, but no dcmd.
and i know the basics...