public OnPlayerText(playerid, text[]){ if(!IsPlayerConnected(playerid)) { SendClientMessage(playerid,c_r,"[ ! ] You cannot speak, you are not in-game !"); return 0; } return 1;}