12.10.2014, 20:15
Hay boyz, i have searched in a forum but i can't find nothing about this. I need to know how to show an weapon with 0 ammo equiped. Thanks for read. (Y)
public OnPlayerWeaponShot(playerid, weaponid, hittype, hitid, Float:fX, Float:fY, Float:fZ)
{
if(FakeGun[playerid] == true)
{
ResetPlayerWeapons(playerid);
GivePlayerWeapon(playerid, weapon, 1);
return 0; // - Stop/Desync the bullet.
}
return true;
}