Weird dcmd errors
#1

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?
Reply
#2

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

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...
Reply
#4

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

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

Reply
#6

what is that?
Reply
#7

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
Reply
#8

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.
Reply
#9

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

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


Forum Jump:


Users browsing this thread: 1 Guest(s)