06.01.2017, 22:13
I am Trying to make a vip cmd /vfix to fix cars i found this https://sampwiki.blast.hk/wiki/RepairVehicle But i cant attach it with timer and vip system so any help ?
Anyway here is an example of the vip system:
Anyway here is an example of the vip system:
Код:
CMD:weapon(playerid, params[]) { if(Player[playerid][vipLevel] < 1) return SendClientMessage(playerid, 0xF8F8F8FFF,"[ERROR]: You need to be Standard VIP at-least to use this CMD."); GivePlayerWeapon(playerid, 24, 500); return 1; }