SA-MP Forums Archive
[ERROR] new string error - 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] new string error (/showthread.php?tid=141826)



[ERROR] new string error - BugsY - 15.04.2010

Код:
C:\Program Files\Rockstar Games\GTA San Andreas\Generation Roleplay\gamemodes\bare.pwn(119) : warning 225: unreachable code
I get this error, when this is on line 119:

Код:
new string[MAX_PLAYER_NAME];
?


Re: [ERROR] new string error - [MWR]Blood - 15.04.2010

Try
pawn Код:
new string[128];



Re: [ERROR] new string error - Thrarod - 15.04.2010

Max player name is 24 why waste 128?

Код:
new string[128];