07.08.2010, 00:36
Again, FAIL!
pawn Код:
stock RemovePlayerWeapon(playerid,weaponid)
{
GivePlayerWeapon(playerid, weaponid, 0);//Gives 0 ammo, which leaves us exactly where we were
SetPlayerArmedWeapon(playerid,0); //Changes my current weapon to fists.
return 1;
}
/* CREATED BY DRAKON */