SA-MP Forums Archive
D:\Mis documentos\Server\gamemodes\lscnr.pwn(30602) : error 001: expected token: ",", but found ";" - 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: D:\Mis documentos\Server\gamemodes\lscnr.pwn(30602) : error 001: expected token: ",", but found ";" (/showthread.php?tid=171691)



D:\Mis documentos\Server\gamemodes\lscnr.pwn(30602) : error 001: expected token: ",", but found ";" - [M]xFire - 27.08.2010

Hi, Some body can Help me?

pawn Code:
public ChangeText()
{
    new pday[251];
    format(pday,sizeof(pday),"%s",GetGameDay();
    TextDrawSetString(txtWebsite,pday);
    return 1;
}
and give me this error:
[/code]D:\Mis documentos\Server\gamemodes\lscnr.pwn(30602) : error 001: expected token: ",", but found ";"[/code]
I can't found the error, some body can help me?


Re: D:\Mis documentos\Server\gamemodes\lscnr.pwn(30602) : error 001: expected token: ",", but found ";" - [LDT]LuxurY - 27.08.2010

pawn Code:
public ChangeText()
{
    new pday[251];
    format(pday,sizeof(pday),"%s",GetGameDay());
    TextDrawSetString(txtWebsite,pday);
    return 1;
}



Respuesta: D:\Mis documentos\Server\gamemodes\lscnr.pwn(30602) : error 001: expected token: ",", but found ";" - [M]xFire - 27.08.2010

lol thanks! xD


Re: D:\Mis documentos\Server\gamemodes\lscnr.pwn(30602) : error 001: expected token: ",", but found ";" - FireCat - 27.08.2010

dude this is the most easy errors to fix learn to script with some tutorials but yehlux is right -.-