mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-05-20 08:26:59 -04:00
Fixed multiparams not being returned on CallClientFunction(). Was due to bad merge. Added Jorge's scripts.
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user