24.08.2016, 01:07
Awesome thanks! I have another question. If I want people to be able to reload their weapon using the button R, how would I do that, could I do it using this
??
PHP код:
public OnPlayerReloadWeapon(playerid, weaponid, ammo)
{
return 1;
}