Вот хотелось бы узнать про client_print Syntax:
client_print ( index, type, const message[], ... )
Type:
Native
Notes:
id is a player index from 1 to 32. If 0, the message will be sent to all players.
The type is one of three types:
print_chat - chat text
print_console - console message
print_notify - console in dev mode
print_center - center say
если я поставлю так - client_print(0, print_chat, "welcome to my server"),То тогда все будут видеть моё сообщение?
а если так - client_print(1, print_chat, "welcome to my server"),то тогда игроку с ID 1 ?
Добавлено (2008-12-13, 4:09 Pm)
---------------------------------------------
Quote (godzilla)
id is a player index from 1 to 32. If 0, the message will be sent to all players.
гыгы,чего то я не заметил