Hi,
I often (like in PTB Team-Plugin e.g.) see code like this
Quote:
format(text, 255, "PTB: %s, some funny text.", name)
client_print(id,print_chat,text)
|
and asks myself again and again, why not simply use:
Quote:
|
client_print(id,print_chat,"PTB: %s, some funny text.", name)
|
Is this from some older AMX Versions, where client_print wasn't allowed to use variables or is there really some good reason for?
Thx in advance,
Gray