/rules help
#1

hi all i would like to no ,that if a player types /rules then they recieve some money,but so it doesnt get abused how i make it so it can only be used once per account

my command is

pawn Code:
if(!strcmp(command, "/rules", true))
    {
        new str[1111];
        str = "{FF9900}No cheating, glitching or using any script exploit! Every cheater or bug MUST be reported by /report or on forum\nNo ramming or blocking\nNo carjacking! Locking vehicles not owned by you\nNo killing, punching, carkilling or running over\nNo Spamming\nNo flaming, racism or disrespecting other players\nNo asking for admin level";
        ShowPlayerDialog(playerid,0,DIALOG_STYLE_MSGBOX,"{FF0000}Server Rules",str,"Ok","Back");
        return 1;
    }
Reply


Messages In This Thread
/rules help - by [LHT]Bally - 24.09.2011, 14:23
Re: /rules help - by KeeDee - 24.09.2011, 14:25
Re: /rules help - by CmZxC - 24.09.2011, 14:29
Re: /rules help - by Wesley221 - 24.09.2011, 14:30
Re: /rules help - by [LHT]Bally - 24.09.2011, 14:31
Re: /rules help - by CmZxC - 24.09.2011, 14:35
Re: /rules help - by [LHT]Bally - 24.09.2011, 14:36
Re: /rules help - by CmZxC - 24.09.2011, 14:40
Re: /rules help - by [LHT]Bally - 24.09.2011, 14:41
Re: /rules help - by Skank - 24.09.2011, 14:42

Forum Jump:


Users browsing this thread: 1 Guest(s)