client_print
how can i add anything between player name & text. like :
client_print(id, "%s @CT-Base : Hi", Name) |
Re: client_print
your example should work fine
|
Re: client_print
realy? i writed the same thing around 6 month ago & didnt use this anymore. idk. i cant remember if this is right or wrong :mrgreen::shock:
sry i´m to old :cry: Grandpa:cry: |
Re: client_print
Quote:
Code:
client_print(id, print_chat, "message here %s", stuff) |
Re: client_print
now i can remember :
client_print(id, print_chat, "%s @CT-Base : Hi", name) EDIT: how can i print this in say_team?? |
Re: client_print
That only prints it to "id". There is no concept of say_team when using client_print(). Although, you could emulate it.
|
Re: client_print
Quote:
i have no idea how can i emulate it :( better said : i dont think if i can do this :cry: damn |
Re: client_print
client_cmd(id, "say_team %s @CT-Base : Hi", name)
|
Re: client_print
Quote:
Quote:
@One: You can do it with ColorChat. Then only send to people on his team. |
Re: client_print
noway??
|
| All times are GMT -4. The time now is 02:22. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.