Message
I have a message like this: "Your privileges as VIP are: " and I want to show after "speed" (if player have a certain flag acces), "lower gravity" (if player have other certain flag access) "more health" (if player have other certain flag access).
My message should look like this: "Your privileges as VIP are: more speed, lower gravity, more health"... My question is how can I make this message? If player have just last two flag access the message should look like this: "Your privileges as VIP are: lower gravity, more health" Also, if player have only one flag acces the message should look like this: "Your privileges as VIP are: more health" (for example) Is there a way to make a mesasge like this? I thought to use formatex but I have no ideea how can I create the message after ":". |
Re: Message
use client_print ?
|
Re: Message
You didn't understand what I want...
|
Re: Message
Show flags and messages (or messages parts) please.
|
Re: Message
"^4[AMXX]^1(VIP) Your VIP privileges are: "
if player have flag n "gravity, hp regeneration" if player have flag o "health" if player have flag p "speed" if player have flag q "+50% XP, revive" if player have flag r, all messages above + "4000$ money, +100% XP" <instead of 50% XP> "acces to <a hero> and amx_startvote" |
Re: Message
A way :
PHP Code:
|
Re: Message
Thanks Connor :)
|
Re: Message
Off topic sorry: client_print_color needs a stock or it's already included? Knowing that ColorChat needs a .inc file.
|
Re: Message
I use ColorChat stock version...
|
Re: Message
Better to use included one from amxx1.8.3
Edit : I had completely messed up formatting, it is fixed now. |
| All times are GMT -4. The time now is 10:12. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.