Live Interview Bug
#1

i have some bug at some script.(RP script)
when i typing something that says in green,"Live Interview Guest".
How should i fix it?
what should i find at the script?
Reply
#2

I know what causes this problem and can help you without checking anything, but in future please provide your code.

pawn Код:
//Find
new TalkingLive[MAX_PLAYERS];
//Change to
new TalkingLive[MAX_PLAYERS] = { INVALID_PLAYER_ID, ... };
Reply
#3

Quote:
Originally Posted by Misiur
Посмотреть сообщение
I know what causes this problem and can help you without checking anything, but in future please provide your code.

pawn Код:
//Find
new TalkingLive[MAX_PLAYERS];
//Change to
new TalkingLive[MAX_PLAYERS] = { INVALID_PLAYER_ID, ... };
Thank you so much!
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)