Disable chat limit
This commit is contained in:
parent
33ed676f09
commit
3e14e7b71f
@ -1561,8 +1561,8 @@ public OnPlayerText( playerid, text[ ] )
|
||||
new
|
||||
time = g_iTime;
|
||||
|
||||
if ( GetPlayerScore( playerid ) < 10 )
|
||||
return SendServerMessage( playerid, "You need at least 10 score to talk. "COL_GREY"Use /ask or /report to talk to an admin in the meanwhile." ), 0;
|
||||
// if ( GetPlayerScore( playerid ) < 10 )
|
||||
// return SendServerMessage( playerid, "You need at least 10 score to talk. "COL_GREY"Use /ask or /report to talk to an admin in the meanwhile." ), 0;
|
||||
|
||||
if ( !p_PlayerLogged{ playerid } )
|
||||
return SendError( playerid, "You must be logged in to talk." ), 0;
|
||||
|
Loading…
Reference in New Issue
Block a user