Disable chat for player
#6

Quote:
Originally Posted by Kwarde
View Post
And don't forget that message.
Change
pawn Code:
if(afkmsg[playerid] != 0) return SendClientMessage(playerid, COLOR_NORMALRED, "( ! ) You can not chat while in AFK mode. Type /back to chat");
for
pawn Code:
if(afkmsg[playerid] != 0) return 0, SendClientMessage(playerid, COLOR_NORMALRED, "( ! ) You can not chat while in AFK mode. Type /back to chat");
Now it'll return 0 AND the message
Oh, thank you very much
Reply


Messages In This Thread
Disable chat for player - by sim_sima - 25.02.2011, 18:24
Re: Disable chat for player - by randomkid88 - 25.02.2011, 18:30
Re: Disable chat for player - by sim_sima - 25.02.2011, 18:31
Re: Disable chat for player - by Kwarde - 25.02.2011, 18:31
Re: Disable chat for player - by sim_sima - 25.02.2011, 18:33
Re: Disable chat for player - by sim_sima - 25.02.2011, 18:34
Re: Disable chat for player - by Kwarde - 25.02.2011, 18:34
Re: Disable chat for player - by sim_sima - 25.02.2011, 18:38
Re: Disable chat for player - by randomkid88 - 25.02.2011, 18:39
Re: Disable chat for player - by Kwarde - 25.02.2011, 18:40

Forum Jump:


Users browsing this thread: 3 Guest(s)