[Ajuda] erros
#1

Resolvido Outros erros
pawn Код:
C:\Users\Leonardo\Desktop\Guerra em Los Santos\gamemodes\GangWar.pwn(830) : error 001: expected token: ";", but found "public"
C:\Users\Leonardo\Desktop\Guerra em Los Santos\gamemodes\GangWar.pwn(831) : error 055: start of function body without function header
C:\Users\Leonardo\Desktop\Guerra em Los Santos\gamemodes\GangWar.pwn(843) : error 010: invalid function or declaration
linha


pawn Код:
forward UpdateTimer()//aqui
public UpdateTimer(playerid);//aqui
{
            format(TDstring, sizeof(TDstring), "%d", Scores);
            format(TDstring, sizeof(TDstring), "%d", Money);
            format(TDstring, sizeof(TDstring), "%d", PlayerInfo[id][Kills]);
            format(TDstring, sizeof(TDstring), "%d", PlayerInfo[id][Deaths]);
            format(TDstring, sizeof(TDstring), "%d", Ping);
            PlayerTextDrawSetString(playerid, Textdraw1[playerid], TDstring);
            PlayerTextDrawSetString(playerid, Textdraw2[playerid], TDstring);
            PlayerTextDrawSetString]playerid, Textdraw3[playerid], TDstring);
            PlayerTextDrawSetString(playerid, Textdraw4[playerid], TDstring);
            PlayerTextDrawSetString(playerid, Textdraw5[playerid], TDstring);
            PlayerTextDrawSetString(playerid, Textdraw6[playerid], TDstring);
    return 1;//aqui
}
Reply


Messages In This Thread
erros - by ZeZin - 17.03.2015, 01:12
Re: erros - by SkullFire - 17.03.2015, 01:57
Re: erros - by arakuta - 17.03.2015, 01:57
Re: erros - by matheusspohr - 18.03.2015, 16:40
Re: erros - by #Luca[S]. - 18.03.2015, 16:41
Re: erros - by matheusspohr - 18.03.2015, 16:44

Forum Jump:


Users browsing this thread: 1 Guest(s)