#1

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

thankz in advance...
Reply
#2

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.");
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)