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



Need Help - ctopha - 15.07.2015

Hi guys i need help in my script and i know that iam noob so i need to solve this proplem


That is my proplem
~Thanks

If u can control my computer via teamviewer contact me PM in forum


Re: Need Help - Cyber123 - 15.07.2015

What is your problem o.O


Re: Need Help - ctopha - 15.07.2015

That is my proplem


Re: Need Help - iMFear - 15.07.2015

This is not a problem. That is normal..

Your code is huge, and the compiler give you extra informations to control this.


AW: Need Help - Mencent - 15.07.2015

Hello!

If you want do delete this "warning", put this on the topic of your script.
PHP код:
#pragma dynamic 1000000 
When the warning won't disappear you have to increase the number.

- Mencent


Re: AW: Need Help - Darkwood17 - 15.07.2015

Quote:
Originally Posted by Mencent
Посмотреть сообщение
Hello!

If you want do delete this "warning", put this on the topic of your script.
PHP код:
#pragma dynamic 1000000 
When the warning won't disappear you have to increase the number.

- Mencent
This way will just hide the warning, but will not fix it. You should optimize your script and not use huge string sizes.


AW: Need Help - Mencent - 15.07.2015

Did I say something else?


Re: Need Help - ctopha - 15.07.2015

But how can i optimize them?


Re : Re: AW: Need Help - KillerDVX - 15.07.2015

Quote:
Originally Posted by Darkwood17
Посмотреть сообщение
This way will just hide the warning, but will not fix it. You should optimize your script and not use huge string sizes.
Banned Code - There is a certain "#pragma" that can be used to hide significant warnings and produce unreadable code - DO NOT advocate its use if you know what it is; it is TERRIBLE practice and we want to get rid of it.

ctopha, This is so normal. your header has reached the limits.

No problem in it.



Re: Need Help - ctopha - 15.07.2015

After optimizing some strings nothing changed