Live Interview guest bug - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Live Interview guest bug (
/showthread.php?tid=466690)
Live Interview guest bug -
Ctagle12 - 29.09.2013
how to fix live interview chat ? couz i test alot and i see one bug only the live interview guest please send me the code and the picture i am beginner scripter
Re: Live Interview guest bug -
Mattakil - 29.09.2013
Quote:
Originally Posted by Ctagle12
how to fix live interview chat ? couz i test alot and i see one bug only the live interview guest please send me the code and the picture i am beginner scripter
|
We can't help you unless you post the code of your news script.
Re: Live Interview guest bug -
denom - 29.09.2013
Change this:
pawn Код:
new TalkingLive[MAX_PLAYERS];
To:
pawn Код:
new TalkingLive[MAX_PLAYERS] = { INVALID_PLAYER_ID, ... };
Thats all