Questions - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Questions (
/showthread.php?tid=245311)
Questions -
Ondracec - 30.03.2011
Hi, I need this:
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;
...but I need disarm and kick
THX...
Re: Questions -
TheYoungCapone - 30.03.2011
for disarm use ResetPlayerWeapons(playerid);