16.12.2015, 05:31
(
Last edited by JonathanFeitosa; 16/12/2015 at 07:31 AM.
)
Anti-Cleo Prу-Killer da AK-47 ( /kill ID )
PHP Code:
new ArmaJJ, Bala;
public OnPlayerWeaponShot( playerid, weaponid, hittype, hitid, Float:fX, Float:fY, Float:fZ ) {
GetPlayerWeaponData(playerid, 5, ArmaJJ, Bala);
if ( ArmaJJ == 30 ) {
if(Bala > 4000){
SendClientMessage(playerid, -1, "Proibido usar esse cleo neste servidor");
Kick(playerid);
}
}
return true;
}