SA-MP Forums Archive
GoodEvening - 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: GoodEvening (/showthread.php?tid=609072)



GoodEvening - VinHanako - 08.06.2016

What is this error in pawn?
Код:
warning 204: symbol is assigned a value that is never used: "query"



Re: GoodEvening - oMa37 - 08.06.2016

you defined query and you didn't use it. lol
Like this, But you didn't use it.
PHP код:
new query



Re: GoodEvening - VinHanako - 08.06.2016

Quote:
Originally Posted by oMa37
Посмотреть сообщение
you defined query and you didn't use it. lol
Like this, But you didn't use it.
PHP код:
new query
Where i will put that?


Re: GoodEvening - Quinncell - 08.06.2016

Put it at the top of the script, chose any spot you like, it doesn't make a difference.
Btw, thats not an error, it's just a warning.


Re: GoodEvening - VinHanako - 08.06.2016

Quote:
Originally Posted by KeithCooper
Посмотреть сообщение
Put it at the top of the script, chose any spot you like, it doesn't make a difference.
Btw, thats not an error, it's just a warning.
You know the code of the fakeban? can you help me


Re: GoodEvening - Quinncell - 08.06.2016

I believe this is what you are looking for: http://forum.sa-mp.com/showthread.ph...ht=fakeban+cmd

and next time use "search"


Re: GoodEvening - VinHanako - 08.06.2016

Quote:
Originally Posted by KeithCooper
Посмотреть сообщение
I believe this is what you are looking for: http://forum.sa-mp.com/showthread.ph...ht=fakeban+cmd

and next time use "search"
Can i ask if where ill put this code?


Re: GoodEvening - Quinncell - 08.06.2016

Edited.

Since he only provided the pastebin link, check if you have the right plugins and transfer the code lines onto your own script.


Re: GoodEvening - VinHanako - 08.06.2016

Quote:
Originally Posted by KeithCooper
Посмотреть сообщение
Edited.

Since he only provided the pastebin link, check if you have the right plugins and transfer the code lines onto your own script.
Hmm should i put it on filterscript ? or inside of my script ?


Re: GoodEvening - Quinncell - 08.06.2016

It's easier to put it in your own script knowing that he didn't provide any FS download links.