10.12.2014, 13:35
Params GameTextForAll const string[] time style
pawn Код:
for(new j= 0; i <= MAX_PLAYERS; j++)
{
if(ViendoDuelo[j] == i)
{
new str2[256];
format(str2,sizeof(str2),"~r~%s ~w~es el ganador del duelo",PlayerName2(Duelos[i][DesafiadoId]));
GameTextForAll(str2,5000,3);
ViendoDuelo[j] =-1;
}
}
}