ok, right now i have these two lines of code (they do not go together)
Code:
client_print(0,print_chat,"(OOC) %s: ((%s))^n",playername,arg2);
Code:
client_print(theplayer,print_chat,"(OOC) %s: ((%s))^n",playername,arg2);
at the moment, they dont print in the hlds console... can someone fix em so they do? i dont know where to put the console_print line...