View Single Post
Author Message
kww
Senior Member
Join Date: Feb 2021
Location: Russia
Old 05-17-2021 , 14:03   client_print() vs engclient_print()
Reply With Quote #1

Hi there! What are the differences between these 2 natives?

PHP Code:
/* 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:...); 

Last edited by kww; 05-18-2021 at 14:01.
kww is offline