i have a problem and a question
#1

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
Reply
#2

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

define your variables (new ....
Reply
#4

Show your OnPlayerConnect
Reply
#5

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
Reply
#6

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


Forum Jump:


Users browsing this thread: 1 Guest(s)