How To Fix This Pls.. - 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: How To Fix This Pls.. (
/showthread.php?tid=459798)
How To Fix This Pls.. -
FLapJAck - 24.08.2013
Re: How To Fix This Pls.. -
Konstantinos - 24.08.2013
How to fix what? We cannot guess or read your mind in order to learn what you want to fix and reply! Please, explain in details.
Re: How To Fix This Pls.. -
FLapJAck - 24.08.2013
The Local Chat Change to NEWS
Re: How To Fix This Pls.. -
Konstantinos - 24.08.2013
Do you mean it says that "Live Interview..." thing before? Show us your OnPlayerText callback.
Re: How To Fix This Pls.. -
FLapJAck - 24.08.2013
Re: How To Fix This Pls.. -
x96664 - 24.08.2013
You could just use [ pawn ] code [ /pawn ]
Re: How To Fix This Pls.. -
LGGSharpe - 24.08.2013
Just use pawn. It's the best method to fix that problem.
Re: How To Fix This Pls.. -
DanishHaq - 24.08.2013
pawn Код:
OnPlayerConnect(playerid)
{
TakingLive[playerid] = 0 // or whatever your value is when the player is not taking the live
}
Re: How To Fix This Pls.. -
PaulDinam - 24.08.2013
OnPlayerConnect:
pawn Код:
TakingLive[playerid] = INVALID_PLAYER_ID;