warning - 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 (
/showthread.php?tid=512501)
warning -
hillko - 11.05.2014
Код HTML:
C:\Users\User\Desktop\ULTIMITED.pwn(54066) : warning 203: symbol is never used: "Change"
C:\Users\User\Desktop\ULTIMITED.pwn(54066) : warning 203: symbol is never used: "IsABike"
C:\Users\User\Desktop\ULTIMITED.pwn(54066) : warning 203: symbol is never used: "IsParkour"
C:\Users\User\Desktop\ULTIMITED.pwn(54066) : warning 203: symbol is never used: "Nitro"
C:\Users\User\Desktop\ULTIMITED.pwn(54066) : warning 203: symbol is never used: "Viktorina"
C:\Users\User\Desktop\ULTIMITED.pwn(54066) : warning 203: symbol is never used: "armour"
C:\Users\User\Desktop\ULTIMITED.pwn(54066) : warning 203: symbol is never used: "heall"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
7 Warnings.
Re: warning -
ChuckyBabe - 11.05.2014
Just remove then
CTRL + F then remove them ,,, that means you put it and didn't use it... +rep if i help
Re: warning -
Parallex - 11.05.2014
Hilko, once you've opened the your game-mode's .pwn file via pawno, press "CTRL + F". Search for all these things
Quote:
Change
IsABike
ISParkour
Nitro
Viktorina
Armour
heall
|
And remove them and compile your script. Most likely they would be like this: new CHANGE[MAX_PLAYERS]; or #define Change blah blah