[Ajuda] Com loop
#2

pawn Код:
for(new i =0; i < MAX_PLAYERS; i++)
        {
            if(IsPlayerConnected(i))
            {
                format(stringa,sizeof(stringa),"~y~MULTIKILLS: ~w~%d~n~~y~SPREE:~w~ %d",MultiKills[i],KillSpree[i]);
                TextDrawSetString(score,stringa);
                TextDrawShowForPlayer(i, score);
            }
        }
tenta assim
Reply


Messages In This Thread
[Ajuda] Com loop - by cotonete - 15.12.2011, 13:28
Respuesta: [Ajuda] Com loop - by OFirst - 15.12.2011, 13:34

Forum Jump:


Users browsing this thread: 1 Guest(s)