cmd:stats [REP +]
#7

Can anyone make it in dialog box except of ClientMessage?
Код:
CMD:stats(playerid, params[])
{
    new target;
    if(sscanf(params, "u", target)) return SendClientMessage(playerid, -1, "/stats [playerid]");

    new string[200], Target, PlayerName[24];
    GetPlayerName(Target,PlayerName,sizeof PlayerName);
    format(string, sizeof(string), "Name: %s | ID: %d | Score: %d | Money: %d | Admin Level: %d | VIP Level: %d |", PlayerName , target, pInfo[playerid][Scores], pInfo[playerid][Money], pInfo[playerid][Adminlevel], pInfo[playerid][VIPlevel]);
    SendClientMessage(playerid ,COLOR_YELLOW, string);
    return 1;
}
Reply


Messages In This Thread
cmd:stats [REP +] - by Avi Raj - 24.03.2013, 17:44
Re: cmd:stats [REP +] - by bensmart469 - 24.03.2013, 17:47
Re: cmd:stats [REP +] - by Patrick - 24.03.2013, 17:50
Re: cmd:stats [REP +] - by Avi Raj - 24.03.2013, 17:54
Re: cmd:stats [REP +] - by Glad2BeHere - 24.03.2013, 18:01
Re: cmd:stats [REP +] - by Avi Raj - 24.03.2013, 18:08
Re: cmd:stats [REP +] - by Avi Raj - 24.03.2013, 18:12
Re: cmd:stats [REP +] - by Patrick - 24.03.2013, 18:18
Re: cmd:stats [REP +] - by Avi Raj - 24.03.2013, 18:21

Forum Jump:


Users browsing this thread: 1 Guest(s)