30.03.2013, 10:54
you will only need is GetPlayerScore(playerid) for that
just put this on every cases that you want to have score limit
just put this on every cases that you want to have score limit
pawn Код:
//cant use this class if player score is not less than 100.
if(GetPlayerScore(playerid) < 100) return SendClientMessage(playerid, -1,"Your Error Message here");