SA-MP Forums Archive
having some werid 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)
+--- Thread: having some werid warnings (/showthread.php?tid=411204)



having some werid warnings - tboysamp - 28.01.2013

Hello am having some werid warnings i some times can fix them warnings but i can not fix it this time but also can you please tell me why this is coming up as a warning and help me with it
C:\Users\Brandon\Desktop\NGRP (7).pwn(118981) : warning 203: symbol is never used: "dcmd_bizlevel"
C:\Users\Brandon\Desktop\NGRP (7).pwn(118981) : warning 203: symbol is never used: "dcmd_bizprods"
C:\Users\Brandon\Desktop\NGRP (7).pwn(118981) : warning 203: symbol is never used: "dcmd_buybiz"
C:\Users\Brandon\Desktop\NGRP (7).pwn(118981) : warning 203: symbol is never used: "dcmd_buygarage"
C:\Users\Brandon\Desktop\NGRP (7).pwn(118981) : warning 203: symbol is never used: "dcmd_buystuff"
C:\Users\Brandon\Desktop\NGRP (7).pwn(118981) : warning 203: symbol is never used: "dcmd_clearbiz"
C:\Users\Brandon\Desktop\NGRP (7).pwn(118981) : warning 203: symbol is never used: "dcmd_cleargarage"
C:\Users\Brandon\Desktop\NGRP (7).pwn(118981) : warning 203: symbol is never used: "dcmd_createbiz"
C:\Users\Brandon\Desktop\NGRP (7).pwn(118981) : warning 203: symbol is never used: "dcmd_creategarage"
C:\Users\Brandon\Desktop\NGRP (7).pwn(118981) : warning 203: symbol is never used: "dcmd_deletebiz"
C:\Users\Brandon\Desktop\N


Re: having some werid warnings - Frede - 28.01.2013

That is because you did not remove them from onplayercommandtext

So ethen you need to remove the dcmds in onplayercommandtext or else you have to use them

If you use zcmd then you can remove OnPlayerCommandText totally