Hello Guy's
i have make a deathrun shop menu, and now i want make the gravity is only for 30 sec.? how can i make this one?
and .. when he buy it its comming a text .. how i can make this text green?
Edit :
and the speed manager doesent work why?
Thanks a lot
Code:
case 4:
{
new Money = fm_get_user_money(id)
new Pcvar = get_pcvar_num(Gravity_Menu[4])
if (Money < Pcvar)
{
client_print(id, print_chat, "%L", id, "SHOP_MONEY")
}
else
{
client_print(id, print_chat, "%L", id, "SHOP_GRAV_FOUR")
fm_set_user_money(id, Money-Pcvar)
fm_set_user_gravity(id,0.50);
}
}
}
Code:
client_print(id, print_chat, "%L", id, "SHOP_GRAV_FOUR")