04.04.2011, 18:48
Quote:
then do:
if(Points[playerid] < 1) return SendClientMessage(playerid, COLOUR_RED, "You must have atleast 1 Point to buy NightVision goggles!!!"); |
(Same with the others... if you need 5 or more i did if(Points[playerid] <= 4) return .....