[HELP]Creating commands that use '!' instead of '/'
#2

public onplarrtext
{
if(text[0] == !)
{
if(strcmp(text[0],"!command",true))
{
// bla bla
}
}
return 1;
}
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)