[Solved]Can't write messages!
#1

i can't write any messages in my server, for example, i write ''hello'' and nothing happens, but commands work perfectly!

what could be wrong?
Reply
#2

Does your OnPlayerText Public Return 0?
Reply
#3

how do you mean, cant write messages and 'commands works fine' maybe cuz you did a fault in your script,

Quote:
Originally Posted by Miokie*
Does your OnPlayerText Public Return 0?
and did edit te public?

show teh code.
Reply
#4

when i type message, example, ''hi'' in chatbox, nothing happens - my message is not showing in chat!
Reply
#5

Post Your:
pawn Код:
public OnPlayerText
and we can try and fix the problem.
Reply
#6

my gm code:

http://pastebin.com/m300b70e4
Reply
#7

The call back OnPlayerText does not exist in your gamemode.
Reply
#8

i have never had problems like this... how can i solve this? adding that callback?
Reply
#9

if you don't know how to make it exist add this to your GM:
pawn Код:
public OnPlayerText(playerid, text[])
{
return 1;
}
Reply
#10

thank you!
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)