Line repeating
#1

How to repeat one line a couple of times

pawn Код:
CMD:clearmychat(playerid, params[])
{
    if(isnull(params)) return SendClientMessage(playerid, COLOR_LIGHTRED, " USAGE: /clearmychat [lines(0-20)]
}
Now I need to add a command that will repeat SendClientMessage(playerid, -1, " ");
untill it's cleared(eg. player goes /clearmychat 15 and it clears 15 lines)
Reply


Messages In This Thread
Line repeating - by venomlivno8 - 13.02.2014, 11:32
Re: Line repeating - by AaronFarley - 13.02.2014, 12:26
Re: Line repeating - by Threshold - 13.02.2014, 12:48
Re: Line repeating - by kooltuO - 13.02.2014, 12:50
Re: Line repeating - by CuervO - 13.02.2014, 13:26
Re: Line repeating - by ColeMiner - 13.02.2014, 13:34

Forum Jump:


Users browsing this thread: 1 Guest(s)