Get next rank
#5

Ok so, i created a textdraw and to update it i did this:

pawn Код:
foreach (new i : Player)
    {
    new nrs[128];
   
    if( GetPlayerScore(i) < rankScore )
    {
    new scorerequired = rankScore - GetPlayerScore(i);
    }
   
    format(nrs, sizeof(nrs), "%d / %d", GetPlayerScore(i), scorerequired);
    TextDrawSetString(NextRankTxd[i], nrs);
But im getting undefined symbol "scorerequired".
Reply


Messages In This Thread
Get next rank - by Despacito - 14.04.2017, 21:16
Re: Get next rank - by DarkSkull - 14.04.2017, 22:07
Re: Get next rank - by Despacito - 14.04.2017, 23:10
Re: Get next rank - by Marricio - 14.04.2017, 23:26
Re: Get next rank - by Despacito - 16.04.2017, 09:57
Re: Get next rank - by JustNothing - 16.04.2017, 10:10
Re: Get next rank - by Despacito - 16.04.2017, 10:17
Re: Get next rank - by JustNothing - 16.04.2017, 10:24
Re: Get next rank - by Despacito - 16.04.2017, 10:36
Re: Get next rank - by JustNothing - 16.04.2017, 10:39

Forum Jump:


Users browsing this thread: 1 Guest(s)