SA-MP Forums Archive
[HELP] Urgent times 1000000 - 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: [HELP] Urgent times 1000000 (/showthread.php?tid=96985)



[HELP] Urgent times 1000000 - xxjackoxx - 12.09.2009

Ok so i have posted last few days recieved help and nowhave only one stupid error in the script and it is

error 018: initialization data exceeds declared size

DO u need to upload script so u can help fix?


Re: [HELP] Urgent times 1000000 - [HiC]TheKiller - 12.09.2009

The data you are trying to put into a variable is too big. Make the variable size larger and you shouldn't get this problem .


Re: [HELP] Urgent times 1000000 - xxjackoxx - 12.09.2009

Can u tell me how to do that .... i am not the scripter but passing this on to him so could u give more info please and thankyou ty ty ty


Re: [HELP] Urgent times 1000000 - (.Aztec); - 12.09.2009

Probably a string, find 'string[128];', it can be a different number, dunno, Just change it to max: 256 (as far as i remember)


Re: [HELP] Urgent times 1000000 - G-Star99 - 12.09.2009

Quote:
Originally Posted by xMC
Probably a string, find 'string[128];', it can be a different number, dunno, Just change it to max: 256 (as far as i remember)
Thats the worst piece of advice i have ever heard.
To help you we need to see some code.


Re: [HELP] Urgent times 1000000 - (.Aztec); - 12.09.2009

Quote:
Originally Posted by G-Star99
Quote:
Originally Posted by xMC
Probably a string, find 'string[128];', it can be a different number, dunno, Just change it to max: 256 (as far as i remember)
Thats the worst piece of advice i have ever heard.
To help you we need to see some code.
No need for your negative comments, just trying to help, and besides, it IS most likely a string causing that.


Re: [HELP] Urgent times 1000000 - xxjackoxx - 12.09.2009

Ok i get all the codes for u guys thanks for help add my msn

removed

I just need help with this its becoming really annoying.


Re: [HELP] Urgent times 1000000 - ded - 12.09.2009

Quote:
Originally Posted by G-Star99
Quote:
Originally Posted by xMC
Probably a string, find 'string[128];', it can be a different number, dunno, Just change it to max: 256 (as far as i remember)
Thats the worst piece of advice i have ever heard.
To help you we need to see some code.
Lmao, I hear ya. 128 > 256


Re: [HELP] Urgent times 1000000 - Blades - 12.09.2009

Quote:
Originally Posted by xxjackoxx
Ok i get all the codes for u guys thanks for help add my msn

jackson.miller99@hotmail.com

I just need help with this its becoming really annoying.
Maybe try posting the code here, so everyone can see what is the problem?