[AJUDA] Sistema de pontos TDM
#9

tenta ai so falta vc criar a textdraw
pawn Код:
public OnPlayerDeath(playerid, killerid, reason)
{
    new Ptime[3],str[10];
    if(gTeam[playerid] == TEAM_AGENT1)
    {
        Ptime[2]++;
        format(str, sizeof str, "F.A %02d", Ptime[2]);
        TextDrawSetString(BOTA a TEXT, str);
    }
    if(gTeam[playerid] == TEAM_AGENT2)
    {
        Ptime[1]++;
        format(str, sizeof str, "ALQ %02d", Ptime[1]);
        TextDrawSetString(BOTA a TEXT, str);
    }
    return 1;
}
tenta agora
Reply


Messages In This Thread
[AJUDA] Sistema de pontos TDM - by Expectus - 02.10.2011, 23:52
Re: [AJUDA] Sistema de pontos TDM - by Vai_Besta - 02.10.2011, 23:56
Re: [AJUDA] Sistema de pontos TDM - by Expectus - 02.10.2011, 23:58
Re: [AJUDA] Sistema de pontos TDM - by Vai_Besta - 02.10.2011, 23:59
Re: [AJUDA] Sistema de pontos TDM - by Expectus - 03.10.2011, 00:00
Re: [AJUDA] Sistema de pontos TDM - by Expectus - 03.10.2011, 00:02
Re: [AJUDA] Sistema de pontos TDM - by Vai_Besta - 03.10.2011, 00:05
Re: [AJUDA] Sistema de pontos TDM - by Expectus - 03.10.2011, 00:08
Re: [AJUDA] Sistema de pontos TDM - by Vai_Besta - 03.10.2011, 00:19
Re: [AJUDA] Sistema de pontos TDM - by Expectus - 03.10.2011, 00:28

Forum Jump:


Users browsing this thread: 1 Guest(s)