ShowPlayerDialog
#3

pawn Код:
CMD:showrules(playerid, params[])
{
    new pID;
    if(sscanf(params, "u", pID))
        return SendClientMessage(playerid, -1, "Usage: /showrules [PlayerID]");
    if(!IsPlayerConnected(pID))
        return SendClientMessage(playerid, -1, "Selected player is not CONNECTED.");
   
    SendClientMessage(playerid, -1, "Rules dialog processed.");
    ShowPlayerDialog(pID,DIALOG_WELCOME,DIALOG_STYLE_MSGBOX,"{FF6347}DriftUnitz RULES","{B4B5B7}Hacking or {FF6347}ANY {B4B5B7}other form of cheat is NOT tolerated here!\nHacking equals{FF6347}BAN! NO exceptions.\n{B4B5B7}No DeathMatching! Will result in jail. \nRespect EVERYONE!\nDon't Ask For {FF6347}[Admin] {B4B5B7}Status","OK","OK");
    return 1;
}
Reply


Messages In This Thread
ShowPlayerDialog - by Kudoz - 23.01.2013, 12:57
Re: ShowPlayerDialog - by FUNExtreme - 23.01.2013, 13:01
Re: ShowPlayerDialog - by antonio112 - 23.01.2013, 13:02
Re: ShowPlayerDialog - by Kudoz - 23.01.2013, 13:03
Re: ShowPlayerDialog - by -=Dar[K]Lord=- - 23.01.2013, 13:04
Re: ShowPlayerDialog - by antonio112 - 23.01.2013, 13:15
Re: ShowPlayerDialog - by Kudoz - 23.01.2013, 13:16
Re: ShowPlayerDialog - by antonio112 - 23.01.2013, 13:18
Re: ShowPlayerDialog - by Kudoz - 23.01.2013, 13:19
Re: ShowPlayerDialog - by Kudoz - 23.01.2013, 13:25

Forum Jump:


Users browsing this thread: 1 Guest(s)