27.12.2011, 21:55
...new.pwn is what happens when you click the new button
C:\Users\marie\MODS\SAMP SERVER\gamemodes\grandlarc.pwn(260) : warning 203: symbol is never used: "me"
That's because there's a variable you created that isn't being used at all. That means that the variable is in there...If you can't find it, #pragma unused me temporarily...until you finally find it if you're so worried about it
C:\Users\marie\MODS\SAMP SERVER\gamemodes\grandlarc.pwn(260) : warning 203: symbol is never used: "me"
That's because there's a variable you created that isn't being used at all. That means that the variable is in there...If you can't find it, #pragma unused me temporarily...until you finally find it if you're so worried about it