SA-MP Forums Archive
Not remeber syntax... - 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: Not remeber syntax... (/showthread.php?tid=247310)



Not remeber syntax... - whitedragon - 08.04.2011

Hi i write god along time ago. and i use add smth to string :
szFixed2 .= szFixed[iLen2];// <-- line 967
but i get error:
pwn(967) : error 001: expected token: ";", but found "."
pwn(967) : error 029: invalid expression, assumed zero


Re: Not remeber syntax... - [EST] - 08.04.2011

pawn Код:
szFixed2 = szFixed[iLen2];
like this?


Re: Not remeber syntax... - whitedragon - 08.04.2011

i want make array to string