SA-MP Forums Archive
Mute - 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: Mute (/showthread.php?tid=292055)



Mute - Cenation - 22.10.2011

hi frnds,
i m using LuxAdmin
can anyone give me code for muting (if player is not logged in)
please..

thankz in advance...


Re: Mute - grand.Theft.Otto - 22.10.2011

Look for something like if(AccInfo[playerid][LoggedIn] or something, and put it under OnPlayerText:

pawn Код:
if(AccInfo[playerid][LoggedIn] == 0) return SendClientMessage(playerid,-1,"You're Not Logged In. Type  /login  To Chat.");