SA-MP Forums Archive
[HELP]Got Error in Compiling - 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: [HELP]Got Error in Compiling (/showthread.php?tid=292550)



[HELP]Got Error in Compiling - Kazuo - 24.10.2011

Can anyone help me..
This the error
Код:
d:\Users\Aziz\Desktop\SLRP\gamemodes\SLRP.pwn(31928) : error 017: undefined symbol "string"
d:\Users\Aziz\Desktop\SLRP\gamemodes\SLRP.pwn(31928) : error 017: undefined symbol "string"
d:\Users\Aziz\Desktop\SLRP\gamemodes\SLRP.pwn(31928) : error 029: invalid expression, assumed zero
d:\Users\Aziz\Desktop\SLRP\gamemodes\SLRP.pwn(31928) : fatal error 107: too many error messages on one line

Compilation aborted.Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


4 Errors.
helpme please


Re: [HELP]Got Error in Compiling - Medardo4Life - 24.10.2011

post lines?


Re: [HELP]Got Error in Compiling - Michael@Belgium - 24.10.2011

pawn Код:
new string[128];



Re: [HELP]Got Error in Compiling - Kazuo - 24.10.2011

Quote:
Originally Posted by Michael@Belgium
Посмотреть сообщение
pawn Код:
new string[128];
ahh .. thanks bro