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



AMX brack - Loinal - 29.05.2017

Fixed


Re: AMX brack - StrikerZ - 29.05.2017

Seriously? You're gonna kill me now.
PHP код:
new tmp[3000],str[3000]; 
Reduce these to 120, it's enough.


Re: AMX brack - Logic_ - 29.05.2017

When last time I took a look at your OnDialogResponse code, it was so messy. I'd recommend you to either revamp it and use switch statement rather than if and switch statements fucked together, or use EasyDialog.

_______________
Quote:
Originally Posted by Sunehildeep
Посмотреть сообщение
Seriously? You're gonna kill me now.
PHP код:
new tmp[3000],str[3000]; 
Reduce these to 120, it's enough.
Already told him a million times to not do this.


Re: AMX brack - Loinal - 29.05.2017

Quote:
Originally Posted by Sunehildeep
Посмотреть сообщение
Seriously? You're gonna kill me now.
PHP код:
new tmp[3000],str[3000]; 
Reduce these to 120, it's enough.
Quote:
Originally Posted by Logic_
Посмотреть сообщение
When last time I took a look at your OnDialogResponse code, it was so messy. I'd recommend you to either revamp it and use switch statement rather than if and switch statements fucked together, or use EasyDialog.

_______________


Already told him a million times to not do this.
That doesn't change any thing?


Re: AMX brack - Logic_ - 29.05.2017

Maybe not, but fixing a clean code is easier than fixing a messy and barely understandable code.


Re: AMX brack - Loinal - 29.05.2017

Quote:
Originally Posted by Logic_
Посмотреть сообщение
Maybe not, but fixing a clean code is easier than fixing a messy and barely understandable code.
so what the problem in that code?


Re: AMX brack - Bolex_ - 29.05.2017

Try to compile it with -d3, you will get more information the heck problem is


Re: AMX brack - Loinal - 29.05.2017

Quote:
Originally Posted by Bolex_
Посмотреть сообщение
Try to compile it with -d3, you will get more information the heck problem is
Thanks but already fixed by me