27.05.2018, 16:15
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;
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;