Thread: Message Help
View Single Post
Craxor
Veteran Member
Join Date: Jan 2016
Location: Romania
Old 01-18-2017 , 05:07   Re: Message Help
Reply With Quote #2

Code:
            if (amount <= 0)             {                 zp_colored_print(id, "^x04[ZP BANK] ^x01Successfully Deposited %d Ammo Packs In Bank",amount);                                 return PLUGIN_CONTINUE;             }             store_packs(id, amount);

- >
Code:
            if (amount)             {                 zp_colored_print(id, "^x04[ZP BANK] ^x01Successfully Deposited %d Ammo Packs In Bank",amount);                 store_packs( id , amount );                 return PLUGIN_CONTINUE;             }
__________________
Project: Among Us

Last edited by Craxor; 01-18-2017 at 05:11.
Craxor is offline
Send a message via ICQ to Craxor