11.04.2016, 16:12
How do You mean with 100 ? Do You mean score 100? Then first check if the player is 100 or lower by this code:
Is this what you mean?
PHP код:
if (GetPlayerScore (playerid) < 100) return SendClientMessage (playerid, COLOR_RED, "bla bla");