SA-MP Forums Archive
Warning 203 : - 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: Warning 203 : (/showthread.php?tid=359162)



Warning 203 : - farCry.xD - 13.07.2012

Hey , I get this warnings :
Код:
C:\Documents and Settings\nearCry\Desktop\ASTA\filterscripts\ladmin.pwn(7742) : warning 203: symbol is never used: "buyadmin"
C:\Documents and Settings\nearCry\Desktop\ASTA\filterscripts\ladmin.pwn(7742) : warning 203: symbol is never used: "cmds"
C:\Documents and Settings\nearCry\Desktop\ASTA\filterscripts\ladmin.pwn(7742) : warning 203: symbol is never used: "contact"
C:\Documents and Settings\nearCry\Desktop\ASTA\filterscripts\ladmin.pwn(7742) : warning 203: symbol is never used: "credits"
C:\Documents and Settings\nearCry\Desktop\ASTA\filterscripts\ladmin.pwn(7742) : warning 203: symbol is never used: "help"
C:\Documents and Settings\nearCry\Desktop\ASTA\filterscripts\ladmin.pwn(7742) : warning 203: symbol is never used: "races"
C:\Documents and Settings\nearCry\Desktop\ASTA\filterscripts\ladmin.pwn(7742) : warning 203: symbol is never used: "rules"
C:\Documents and Settings\nearCry\Desktop\ASTA\filterscripts\ladmin.pwn(7742) : warning 203: symbol is never used: "teles"
At includes I have :
Код:
#include <a_samp>
#include <lethaldudb2>
#include < foreach	>
#include < sscanf2  >
#include <  Dini    >
#include <  dudb    >
And the command is :
Код:
COMMAND:blabla(playerid, params[])
And the rest of the commands is with dcmd_..
Thx.


Re: Warning 203 : - doreto - 13.07.2012

Im not sure but you cant use zcmd and dcmd


Re: Warning 203 : - RedFusion - 13.07.2012

Seems like you have alot of stuff which you dont use.
look for "new buyadmin" etc and just delete it.


Respuesta: Warning 203 : - farCry.xD - 13.07.2012

Oh , thx , I will make the commands with dcmd

@RedFusion I don't have a new lalal


Re: Warning 203 : - RedFusion - 13.07.2012

Search for the items that shows up in the compiler, and delete them. Make a backup first.


Re: Warning 203 : - Vince - 13.07.2012

Search-And-Replace everything with ZCMD would be much easier in my opinion. You can just replace (press CTRL+H) dcmd_ with CMD:. Then delete OnPlayerCommandText and you're done.


Re: Warning 203 : - Pro_Scriptor - 13.07.2012

dude u have use those symbols for example
pawn Код:
new gangzone;
gangzone = GangZoneCreate(Float:minx, Float:miny, Float:maxx, Float:maxy)