SA-MP Forums Archive
Error please 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Error please help (/showthread.php?tid=79157)



Error please help - sankaranvishal - 26.05.2009

I i downloaded CRP script if i compile it, it says fatal error 10:cannot read file 'string'


Re: Error please help - JoeDaDude - 26.05.2009

Look at the line, Goto that line, And above that line add
pawn Код:
new string[128];



Re: Error please help - sankaranvishal - 26.05.2009

Quote:
Originally Posted by JoeDaDude
Look at the line, Goto that line, And above that line add
pawn Код:
new string[128];
How to find that particular line


Re: Error please help - JoeDaDude - 26.05.2009

Hmm, Just add that anywhere into your script
pawn Код:
new string[128];



Re: Error please help - sankaranvishal - 26.05.2009

Still now same problem for all the scripts i download


Re: Error please help - JoeDaDude - 26.05.2009

Provide your code, It may help


Re: Error please help - Abernethy - 26.05.2009

Well it would help if you knew how to code. Read up on some tutorials.


Re: Error please help - sankaranvishal - 26.05.2009

http://trans-port.net/cw-rp.net/


Re: Error please help - sankaranvishal - 26.05.2009

can you help me JoeDaDude?