Suppressor System
#1

So I'm new to the whole scripting in pawn and I'm trying to make some sort of suppressor system. It'll start with getting a colt 45, then I want to buy a suppressor (an object that actually doesn't exist) and attach it to the gun, replacing the colt 45 with a silenced weapon.

This is what I've got so far:

CMD:usp(playerid, params[])
{
GivePlayerWeapon(playerid, 22, 10);
SendClientMessage(playerid, COLOR_AQUA, "You have been given a Colt 45");
return 1;
Reply


Messages In This Thread
Suppressor System - by Mo123 - 27.05.2018, 16:15
Re: Suppressor System - by Mugala - 28.05.2018, 00:33
Re: Suppressor System - by Mo123 - 28.05.2018, 16:13
Re: Suppressor System - by David (Sabljak) - 28.05.2018, 16:17
Re: Suppressor System - by Mo123 - 28.05.2018, 16:20
Re: Suppressor System - by Lokii - 28.05.2018, 17:30
Re: Suppressor System - by Mo123 - 28.05.2018, 21:04
Re: Suppressor System - by Exhibit - 28.05.2018, 22:46

Forum Jump:


Users browsing this thread: 2 Guest(s)