SendClientMessage problem
#5

Ban should be dealy, but message shouldn't(In my opinion, it's a fail to make KickEx, BanEx.
Try this:
pawn Код:
#define Imp_BanEx(%1) BanEx(%1)
forward Imp_BanEx_1(const playerid,const reason[]);
stock Imp_BanEx(const playerid, const reason[]){
  SetTimerEx("Imp_BanEx_1",1000,0,"is",playerid,reason);
  SendClientMessage(playerid,COLOR_GREEN,reason);
  return true;
}

public Imp_BanEx_1(const playerid,const reason[]){
  BanEx(playerid,reason);
}
Reply


Messages In This Thread
SendClientMessage problem - by Francis[French] - 29.07.2009, 23:31
Re: SendClientMessage problem - by pagie1111 - 30.07.2009, 05:48
Re: SendClientMessage problem - by Joe Staff - 30.07.2009, 05:52
Re: SendClientMessage problem - by -Sneaky- - 30.07.2009, 06:12
Re: SendClientMessage problem - by yezizhu - 30.07.2009, 06:48
Re: SendClientMessage problem - by Francis[French] - 30.07.2009, 06:54
Re: SendClientMessage problem - by Francis[French] - 30.07.2009, 07:05
Re: SendClientMessage problem - by paytas - 30.07.2009, 07:06
Re: SendClientMessage problem - by yezizhu - 30.07.2009, 07:22
Re: SendClientMessage problem - by Francis[French] - 30.07.2009, 07:23

Forum Jump:


Users browsing this thread: 3 Guest(s)