30.03.2011, 21:40
Hi, I need this:
1)When somebody kills somebody add weapon skill to killer...
2)I have just that:
...but I need disarm and kick
THX...
1)When somebody kills somebody add weapon skill to killer...
2)I have just that:
PHP код:
if(GetPlayerWeapon(playerid) == WEAPON_MINIGUN) {
Kick(playerid);
return 0;
THX...