Talking Problems
#1

I have Problems with my COD GM what i makeing!

if i goes do test
and i tryed do talk it didnt show my text and others cant write too

Someone can help me?
Reply
#2

Show us your OnPlayerText callback.
Reply
#3

Show "OnPlayerText" callback.
Reply
#4

Sure:

pawn Код:
public OnPlayerText(playerid, text[])
{
    return 0;
}
Reply
#5

don't put return 1; onplayertext it will have double word. and make sure its just return 0;
Reply
#6

Its
pawn Код:
return 0;
Reply
#7

Quote:
Originally Posted by James Coral
Посмотреть сообщение
Sure:

pawn Код:
public OnPlayerText(playerid, text[])
{
    return 0;
}
Put
return 1;
Instead of
return 0;
Reply
#8

It should be like this
pawn Код:
public OnPlayerText(playerid, text[])
{
    return 1;
}
Reply
#9

Quote:
Originally Posted by Norck
Посмотреть сообщение
Put
return 1;
Instead of
return 0;
What do you mean? Can you show the Code?
Reply
#10

Quote:
Originally Posted by James Coral
Посмотреть сообщение
What do you mean? Can you show the Code?
pawn Код:
OnPlayerText(playerid, text)
{
     return 1;
}
How hard can it be?
Reply


Forum Jump:


Users browsing this thread: 3 Guest(s)