ArmedWeapon function appears to be not working
#6

You got to be kidding me right?,

SetPlayerArmedWeapon is the function if you didn't realize it.

pawn Код:
public OnPlayerUpdate(playerid)
{
if(IsPlayerInAnyVehicle(playerid))
{
SetPlayerArmedWeapon(playerid,0);
}
return 1;
}
This doesn't work, tho it works on my other gamemode with the same code
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 3 Guest(s)