Quote:
Originally Posted by EpicFail.
someone can give me the script in the pic
the script for Your cash:
the for helpers..
|
Ugh, he's talking about the HNS Shop I'm working on. Here:
PHP Code:
public menu( iPlayer )
{
new szShop[64]
formatex( szShop, charsmax( szShop ), "Hide'N'Seek Shop^n\rYour cash: \y$%d", cs_get_user_money( iPlayer ) );
new menu = menu_create( szShop, "shop_handler" );
menu_setprop( menu, MPROP_EXIT, MEXIT_ALL );
menu_display( iPlayer, menu, 0 );
}
__________________