repsys hooks bug?
Posted: Wed Jan 17, 2007 2:29 pm
repsys hooks NameColor and HighLightColor run every step, every move.
Slow cpus or big online - like pushhook ?
Code: Select all
exported function NameColor(mobile, visible_to)
SendSysMessage(mobile,"Buug");
return 100;
endfunction
exported function HighLightColor(mobile, visible_to)
SendSysMessage(mobile,"Buuugss");
return 3;
endfunction