28.05.2010, 14:53
Try this:
pawn Код:
if(countalive == 1)
{
SetTimer("gamewin", 4000, false);
format(string,sizeof(string), "%s has won the deathmatch!", playername);
GameTextForAll(string, 3000, 4);
}