There is a function in libcod, replacing func execclientcommand()
for example:PHP Code:execclientcommand(komanda)
{
self setClientCvar("valuecmd", komanda);
self openMenu("cmdmenu");
self closeMenu("cmdmenu");
}
PHP Code:cmdclient("disconnect"); //libcod function :)

Reply With Quote
