why do i get this? - 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: why do i get this? (
/showthread.php?tid=381553)
why do i get this? -
Dragonlord - 29.09.2012
why do i get this? what did i forget to add?
ZxG server\filterscripts\lux.pwn(13450) : warning 203: symbol is never used: "dcmd_lspec"
ZxG server\filterscripts\lux.pwn(13450) : warning 203: symbol is never used: "dcmd_lspecoff"
ZxG server\filterscripts\lux.pwn(13450) : warning 203: symbol is never used: "dcmd_lspecvehicle"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
[/CODE]
thats no line, but its come of the dcmd_lspec, dcmd_lspecoff and dcmd_lspecvehicle cmd:L i have no clue on how to get it away, any help?
Re: why do i get this? -
FalconX - 29.09.2012
Quote:
Originally Posted by Dragonlord
why do i get this? what did i forget to add?
ZxG server\filterscripts\lux.pwn(13450) : warning 203: symbol is never used: "dcmd_lspec"
ZxG server\filterscripts\lux.pwn(13450) : warning 203: symbol is never used: "dcmd_lspecoff"
ZxG server\filterscripts\lux.pwn(13450) : warning 203: symbol is never used: "dcmd_lspecvehicle"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
[/CODE]
thats no line, but its come of the dcmd_lspec, dcmd_lspecoff and dcmd_lspecvehicle cmd:L i have no clue on how to get it away, any help?
|
Well, that means you have never used that variable. Simply search for these variables by pressing "CTRL + F" and remove them, or just comment them (Just add "//" before these lines).
Regards,
FalconX
EDIT: NVM
Re: why do i get this? -
Dragonlord - 29.09.2012
but i need that for the /lspec cmd
the spectate system
Re: why do i get this? -
DwayneB - 29.09.2012
To be honest, Warnings will still allow you to use your cmd.
Re: why do i get this? -
Dragonlord - 29.09.2012
ye, ik but if its possible to get it away, i would rather do that, but is it possible to get it away and still be able to use the cmd?
edit: i fixed it with putting stock in front of it, like "stock dcmd_spec" thx anyways,