ServerInfo Saving... YSI/y_ini
#4

To know how much times a player is kicked
pawn Код:
CMD:mykicks(playerid, params[])
{
    new msg[128];
    new kickedtime = PlayerInfo[playerid][pKicks];
    format(msg, sizeof(msg), "You have been kicked %i times", kickedtime);
    SendClientMessage(playerid, -1, msg); // -1 is white
    return 1;
}
Reply


Messages In This Thread
ServerInfo Saving... YSI/y_ini - by danish007 - 24.10.2014, 09:41
Re: ServerInfo Saving... YSI/y_ini - by Rudy_ - 24.10.2014, 09:52
Re: ServerInfo Saving... YSI/y_ini - by gurmani11 - 24.10.2014, 09:59
Re: ServerInfo Saving... YSI/y_ini - by Rudy_ - 24.10.2014, 10:06
Re: ServerInfo Saving... YSI/y_ini - by danish007 - 24.10.2014, 12:14

Forum Jump:


Users browsing this thread: 1 Guest(s)