27.11.2014, 20:29
Hi there, I'm not sure if this would be an issue for resources, would you be able to assist me with advice?
This is under
Many thanks.
pawn Код:
if(GetPlayerAmmo(playerid) == 0)
{
ProxDetector(30.0, playerid, "* CLINK *", COLOUR_PURPLE, COLOUR_PURPLE, COLOUR_PURPLE, COLOUR_PURPLE, COLOUR_PURPLE);
SendClientMessage(playerid, COLOUR_GREY, "You are out of ammo for this weapon. You need to load more into it, before you can use it again.");
}
pawn Код:
public OnPlayerWeaponShot(playerid, weaponid, hittype, hitid, Float:fX, Float:fY, Float:fZ)
{