SA-MP Forums Archive
need help with dcmd warnings - 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: need help with dcmd warnings (/showthread.php?tid=118515)



need help with dcmd warnings - rs2fun111 - 03.01.2010

how i can fix those errors?

pawn Код:
C:\Users\kalvi\Desktop\sa-mp\gamemodes\kfsr2.pwn(2205) : warning 203: symbol is never used: "dcmd_pay"
C:\Users\kalvi\Desktop\sa-mp\gamemodes\kfsr2.pwn(2205) : warning 203: symbol is never used: "dcmd_ticket"
Pawn compiler 3.2.3664          Copyright (c) 1997-2006, ITB CompuPhase


2 Warnings.



Re: need help with dcmd warnings - Deat_Itself - 03.01.2010

put it under onplayercommandtext


Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
dcmd(pay, 3, cmdtext);
dcmd(ticket, 6,cmdtext);
return 0;
}



Re: need help with dcmd warnings - rs2fun111 - 03.01.2010

thx


Re: need help with dcmd warnings - Deat_Itself - 03.01.2010

Quote:
Originally Posted by rs2fun111
thx
your welcome