04.04.2011, 17:55
pawn Код:
ShowPlayerDialog(playerid, 2, DIALOG_STYLE_LIST, "Special Shop / Cars", "After 1 minute, the car will desapear!!!\r\nBandito - 1 Point\r\nLandStalker - 2 Points\r\nNRG-500 - 2 Points\r\nStuntPlane - 2 Points\r\nHunter - 5 Points\r\nHydra - 5 Points", "Ok", "Cancel);
pawn Код:
if(Points[playerid] >= 1) return SendClientMessage(playerid, COLOUR_RED, "You must have atleast 1 Point to buy NightVision goggles!!!");