Disable chat limit

This commit is contained in:
ChronosX88 2024-01-08 00:27:47 +03:00
parent 33ed676f09
commit 3e14e7b71f

View File

@ -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;