One more thing...im running into a small problem
Code:
if( rnd <= 5)
{
set_user_footsteps(id, 0)
}
else if (rnd >5 && rnd <= 15)
{
//how would i give someone a weapon with a certain ammount of ammo ? aka give_item(id, "weapon_deagle", 7) for 7 bullets ?? and none in the clip
}