Thread: [Solved] gameme_message_prefix
View Single Post
iclassdon
AlliedModders Donor
Join Date: May 2006
Old 12-06-2019 , 17:16   Re: gameme_message_prefix
Reply With Quote #13

PHP Code:
#include <amxmodx>
#include <amxmisc>

public plugin_init()
{
    
register_plugin("Set GameME Prefix""1.0""cool & JocAnis")

    
set_task 20"setit"0,_,_,"b"
}
public 
setit()
{
    
set_cvar_string"gameme_message_prefix""[YouPrefixHere]" )

Solved! I tried adding .flag="b" but it wouldn't compile. I did some research though and figured it out. (set_task ( 0.5, "setit", 0,_,_,"b", 0 ). Thanks for pointing me in the right direction JocAnis & Sanjay Singh.

Last edited by iclassdon; 12-06-2019 at 20:59.
iclassdon is offline
Send a message via MSN to iclassdon