Getting players name
#1

How can I get a players name with the least damage on his vehicle?

pawn Код:
forward DerbyGo();
public DerbyGo()
{
    new string[100];
    format(string, sizeof(string), "DERBY: The destruction derby has started with %d players.", DerbyPlayers);
    SendClientMessageToAll(COLOR_WHITE, string);
    foreach(Player, i)
    {
        format(string, sizeof(string), "~n~~n~~n~~n~~n~~n~~n~~n~~n~~r~Leader: ~w~%s", Name(i));
        GameTextForPlayer(i, string, 20534053546534, 3);
    }
    return 1;
}
Reply


Messages In This Thread
Getting players name - by Luis- - 13.01.2012, 19:22
Re: Getting players name - by CmZxC - 13.01.2012, 19:49
Re: Getting players name - by MP2 - 13.01.2012, 19:55
Re: Getting players name - by Luis- - 13.01.2012, 19:59

Forum Jump:


Users browsing this thread: 1 Guest(s)