26.03.2012, 18:50
Hy! First: Sorry for my bad English.
In my boredom i create this include.
Then calls when we shoot.
Usage(example):
Download the include
This include request YSI:
YSI Link
In my boredom i create this include.
Then calls when we shoot.
Usage(example):
Код:
#include < a_samp >
#include < OnPlayerShoot >
public OnPlayerShoot( playerid, weaponid, ammo )
{
if( weaponid == 38 )
{
ResetPlayerWeapons( playerid ); // If player shot with 'Minigun', reset player weapons.
}
return 1;
}
This include request YSI:
YSI Link


