12.02.2014, 13:47
Quote:
Hi creators.
I have one such request. He would add public in style OnPlayerOpenChatBox? I think it would be a lot of cases the use of this Public. ----------------------------------------------------------------------------------------------------------------- Sorry for my english, i'm from Czech Republic |
Deleting OnPlayerText,
add: OnPlayerChat
public OnPlayerChat(playerid, state[0 = close, 1 = opened], text[], success);
state = state of the chatbox (opened or closed)
text[] = text which gets send
success = if the text got send (or 0 = not send)