07.01.2011, 14:03
Ok thanks i will try, but:
BTW, another problem here:
I want to remove players weapon by giving him that weapon with 0 ammo, i tried this code:
pawn Code:
new wID = GetPlayerWeapon(playerid);
GivePlayerWeapon(playerid,wID,0);
But it doesnt work.
BTW, another problem here:
I want to remove players weapon by giving him that weapon with 0 ammo, i tried this code:
pawn Code:
new wID = GetPlayerWeapon(playerid);
GivePlayerWeapon(playerid,wID,0);
But it doesnt work.

