02.04.2013, 00:00
Quote:
Hm, I'm having a bit of a problem in your server... Everything that goes in the chat disappears in less than a second. Can you tell me what the problem is? Thank you. and also, where is the "highly edited luxadmin" you mentioned in your post? i dont see an admin system anywhere. Thanks
Video: http://www.youtube.com/watch?v=SFf7QcnlD6I |
pawn Code:
forward ClearPlayerChatEveryTime(playerid);
public ClearPlayerChatEveryTime(playerid)
{
if(Tutorial______Id[playerid]!=STEP_END) ClearChat(playerid);
return 1;
}
pawn Code:
ClearPlayerChatEveryTime(playerid);