Four variables into one and back
I have four variables (ranging from 0 to 15 or 0000 to 1111 depending on how you want to look at it) and I need them stored into a single variable (and also be able to retrieve the four numbers back). I realize that it can easily be done, but I don't have time to figure it out exactly.
|
Re: Four variables into one and back
You could use a system like this (see the Alloc_Color stock) :
http://forums.alliedmods.net/showthr...060#post754060 |
Re: Four variables into one and back
I really just wanted someone to do it for me :wink:
|
Re: Four variables into one and back
Something like :
Code:
4Vars1One(a,b,c,d) |
Re: Four variables into one and back
Code:
#include <amxmodx> |
| All times are GMT -4. The time now is 16:55. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.