19.06.2018, 15:41
(
Последний раз редактировалось Lokii; 20.06.2018 в 12:02.
)
Infinite Bullets & No Reaload
Why this over:
Because the player will still reload the gun while with my method NOT!
However this wont work with rpg's and grenades
SO for RPG's and grenades keep using what most people use they dont reload anyway:
PHP код:
public OnPlayerWeaponShot(playerid, weaponid, hittype, hitid, Float:fX, Float:fY, Float:fZ)
{
GivePlayerWeapon(playerid, GetPlayerWeapon(playerid), 1);
return 1;
}
PHP код:
GivePlayerWeapon(playerid, 31, 999999);
However this wont work with rpg's and grenades
SO for RPG's and grenades keep using what most people use they dont reload anyway:
PHP код:
GivePlayerWeapon(playerid, 36, 999999);