22.02.2012, 05:57
You didn't replace [color] with your desired colour. Also, that snippet has flawed logic. It'll fail if the player HAS more than 1000 score.
PS: You should use [pawn] shortcode instead of [php]
pawn Код:
if(GetPlayerScore(playerid) <= 1000) return SendClientMessage(playerid, REPLACE_ME_WITH_YOUR_COLOR, "You have to get 1000 score before you can use this command");