mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-07-27 21:06:08 +02:00
Fixed multiparams not being returned on CallClientFunction(). Was due to bad merge. Added Jorge's scripts.
This commit is contained in:
parent
a309e651da
commit
77203bca4c
6 changed files with 905 additions and 24 deletions
|
@ -78,8 +78,7 @@ end
|
|||
|
||||
function callClientFunction(player, functionName, ...)
|
||||
player:RunEventFunction(functionName, ...);
|
||||
result = coroutine.yield("_WAIT_EVENT", player);
|
||||
return result;
|
||||
return coroutine.yield("_WAIT_EVENT", player);
|
||||
end
|
||||
|
||||
function wait(seconds)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue