SA-MP Forums Archive
i have a problem and a question - 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: i have a problem and a question (/showthread.php?tid=115962)



i have a problem and a question - [SG]DeathMaster - 26.12.2009

i have a problem and a question

question: when an error that says symbol never used what do i need to do fix it i mean sot he error stop appearing


problem:





this is my server, but every time i enter it stay likes that what should i need to add , change, or delete so the character selection appear and i can spawn inside the server =s


Re: i have a problem and a question - fsnameless - 27.12.2009

i had the same problem open your gamemode and goto www.pastebin.com and paste a link to the paste bin


Re: i have a problem and a question - RyDeR` - 27.12.2009

define your variables (new ....


Re: i have a problem and a question - dice7 - 27.12.2009

Show your OnPlayerConnect


Re: i have a problem and a question - Dark_Kostas - 27.12.2009

When you get a WARNING(its not error) about symbol is never used it means you have a
pawn Код:
new something;
somewhere to your script, but you are not using it. Like
pawn Код:
if(something == somethingelse) something = 1;
You can simply delete the new something; and you will not get the error. Also you can use this #pragma unused something


Re: i have a problem and a question - fsnameless - 27.12.2009

if it says symbol never used it means you didnt use the
pawn Код:
new "symbol"