add message
how do I make it clear that the weapon is available from round 2?
Code:
if(get_user_flags(id) & ACCESS_FLAG)Code:
else |
Re: add message
Code:
|
Re: add message
and this is where
client_print(id, print_center, "available from round 2!"); |
Re: add message
DJEarthQuake's code is quite wrong but your original code is very close to being correct. Where you currently have "available only to VIP players!" you should put "available from round 2!". Then, you need to add an else case for your access check if statement that says "available only to VIP players!".
P.S. If you properly format your code, it will make it much easier to read and understand (even for yourself). In fact, by just formatting your code, it showed that you had an extra unneeded brace (or missing a brace depending on if you prefer to add the braces for the else statement, which I always do so that it's less confusing later on): PHP Code:
|
Re: add message
Quote:
|
Re: add message
Quote:
|
Re: add message
Quote:
Quote:
Quote:
|
| All times are GMT -4. The time now is 13:46. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.