03.11.2011, 01:05
Well, if you mean that you are wanting 500 spawn off bullets after switching from a standard shotgun, it is rather simple...
This should work, although I have no tested it...
This should work, although I have no tested it...
Код:
{
ResetPlayerWeapons(playerid);
return 1;
}
{
AC_GivePlayerWeapon(playerid, 26, 500);
return 1;
}

