War3 modification
Hi there
I am trying to make some modifications on my war3 server. I need to know if the user i listed as default user, then it does one thing and if not another. I need an if statement that do the following thing. myUser = get_user_authid If myUser = ADMIN_USER then code Else code end if Hopy you understand and hope someone can help me :) /Lone Wolf |
Umm... not exactly sure what you're asking. Looks too simple <.< >.>
Code:
And I see you know BASIC :) |
Yah i know basic :)
if(get_user_flags(id) && ADMIN_USER) <- does that mean that the If is true if the user is has the flag z in user.ini ? if it does it is exactly what i am looking for :) |
Yes.
|
one &
|
Thanks a lot dudes :)
One final minor thing all users do they get loaded into cache on server when user joins or do it contact user.ini on every event ? |
| All times are GMT -4. The time now is 16:38. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.