client print_console
I want when player join my server, all players can see in console:
[user connect] Name from Country why dont works ? PHP Code:
|
Re: client print_console
You might have to loop through all the players and send it individually.
I know that with console_print, sending 0 sends it to the server console. I don't know if client_print with print_console and using 0 as the id, if it actually sends it to all players or just the console. Since it doesn't seem to be working, you might want to just loop through all players. |
Re: client print_console
client_print() will use 0 for all players regardless of where it is printed.
Code:
static cell AMX_NATIVE_CALL client_print(AMX *amx, cell *params) /* 3 param */ |
| All times are GMT -4. The time now is 11:16. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.