Iconstatus (dude + need help)
Currently I use in this way to display icons:
PHP Code:
How to use write_string with more items in one file? ex: Code: new files { "buy_zone", "item_battery", "another_icon" } write_string("files"); Also I have a menu, when is opened: Code: write_byte(0); // status (0=hide, 1=show, 2=flash) write_string("buy_zone"); // sprite name and when is closed: Code: write_byte(1); // status (0=hide, 1=show, 2=flash) write_string("buy_zone"); // sprite name What's is the best way and better coded? |
Re: Iconstatus (dude + need help)
bump
|
Re: Iconstatus (dude + need help)
Use MSG_ONE_UNRELIABLE.
For the other questions - I don't understand you. |
Re: Iconstatus (dude + need help)
Quote:
|
| All times are GMT -4. The time now is 07:54. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.