20.08.2012, 19:44
Quote:
New download added, fixed some bugs..
addEventHandler(name, rootID, function) rootID = Event called for who, -1 is for all addEventHandler('onPlayerConnect', -1, function) -- all players addEventHandler('onPlayerConnect',0,function) -- for id 0 only rootID usually first parameter in the publics. |