Raised This Month: $ Target: $400
 0% 

Solved console_print


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
instinctpt1
Senior Member
Join Date: Dec 2016
Location: Chandigarh, India
Old 06-05-2018 , 12:13   Re: console_print
Reply With Quote #6

Here
PHP Code:
#include <amxmodx>

public plugin_init()
{
    
register_plugin("Print in Console""1.0""DiGiTaL")
    
set_task(3.0"printText"___"b")
}

public 
printText() client_print(0print_console"Testing this!"
You can still use console_print too but for that you have to loop through all players and print to each of them
So in my opinion using client_print is better option

Last edited by instinctpt1; 06-05-2018 at 12:26. Reason: info
instinctpt1 is offline
 



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 04:36.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode