[Ajuda] Cуdigo da crash, pq?
#6

pawn Код:
forward OnScriptUpdate();
public OnScriptUpdate()
{
    new iString[200], Float: ratio;
    for(new playerid = 0; playerid < MAX_PLAYERS; playerid++)
    {
        ratio = floatdiv(PlayerInfo[playerid][pKills], PlayerInfo[playerid][pDeaths]);
        format(iString, sizeof(iString), "~r~~h~~h~Kills:~y~~h~%d ~r~~h~~h~K/D:~y~~h~%.2f ~r~~h~~h~Kills:~y~~h~%d", PlayerInfo[playerid][pKills], ratio, PlayerInfo[playerid][pDeaths]);
        PlayerTextDrawSetString(playerid, Textdraw3, iString);
    }
}
Reply


Messages In This Thread
Cуdigo da crash, pq? - by VeNuZ_ - 06.09.2013, 16:34
Re: Cуdigo da crash, pq? - by Coe1 - 06.09.2013, 16:38
Re: Cуdigo da crash, pq? - by VeNuZ_ - 06.09.2013, 16:49
Re: Cуdigo da crash, pq? - by Coe1 - 06.09.2013, 16:50
Re: Cуdigo da crash, pq? - by VeNuZ_ - 06.09.2013, 16:53
Re: Cуdigo da crash, pq? - by Konstantinos - 06.09.2013, 16:56
Re: Cуdigo da crash, pq? - by VeNuZ_ - 06.09.2013, 16:58
Re: Cуdigo da crash, pq? - by VeNuZ_ - 06.09.2013, 17:00
Re: Cуdigo da crash, pq? - by Konstantinos - 06.09.2013, 17:02
Re: Cуdigo da crash, pq? - by Coe1 - 06.09.2013, 17:03

Forum Jump:


Users browsing this thread: 1 Guest(s)