SA-MP Forums Archive
Help please, (error 001: expected token: ";", but found "new") - 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 please, (error 001: expected token: ";", but found "new") (/showthread.php?tid=515213)



Help please, (error 001: expected token: ";", but found "new") - xXNurioXx - 25.05.2014

Help please, (error 001: expected token: ";", but found "new")

Код:
new welcomemsg[128];
format(welcomemsg,sizeof(welcomemsg),"Bienvendio, %s a Lunatium RolePlay!", GetPlayerName(playerid));
SendClientMessage(playerid,COLOR_WHITE,welcomemsg);
PlayAudioStreamForPlayer(playerid, "http://rol.lunatium.com/music.mp3");
ERROR:

Код:
error 001: expected token: ";", but found "new"



Re: Help please, (error 001: expected token: ";", but found "new") - Copfan5 - 25.05.2014

Show us the line above new please. You are most likely missing a ; there.


Respuesta: Re: Help please, (error 001: expected token: ";", but found "new") - xXNurioXx - 25.05.2014

Quote:
Originally Posted by Copfan5
Посмотреть сообщение
Show us the line above new please. You are most likely missing a ; there.
already resolved