09.10.2014, 13:43
Assuming you're using OnPlayerCommandText,
Do the following
You won't have to change all of your commands.
Do the following
Quote:
public OnPlayerCommandText(params....) { if(LoggedIn[playerid] == 0) return SendClientMessage(playerid, -1, "You are not loggedin"); } |