/* Sends message to player. Set index to 0 to send text globaly. */ native client_print(index,type,const message[],any:...); /* Sends message to player by engine. Set index to 0 to send text globaly. */ native engclient_print(player,type,const message[],any:...);