In C++ executed the function.
Example:
PHP Code:
client_print(id, print_chat, "lala");
The semi-colon will execute the client_print. In C++ you must put at the end of all the functions (excepts if, for, while and others statements).
In Pawn you don't have to put the semi-colon.