1st-rapid-response-force / Fusion

Dedicated runtime for Server Side functions
1 stars 0 forks source link

persistence/medical/player #3

Open mrgwilliam opened 8 years ago

mrgwilliam commented 8 years ago

Function saves the following:

_method = "SAVE_PLAYER_MEDICAL";
 _params = [_uuid, _medical];
 _response = [_method, _params] call sock_rpc;
AJCStriker commented 8 years ago

Please detail the contents of _medical

Is this a string or a map?

mrgwilliam commented 8 years ago

_medical is a string array of all Ace Variables -> reference https://github.com/1st-rapid-response-force/mission_framework/blob/master/framework/fnc/persistence/medical/getACEMedicalStatus.sqf

AJCStriker commented 8 years ago

@mrgwilliam Are you aware that this particular function does not have a return value?


Re-read. All Clear.

mrgwilliam commented 8 years ago

That function in particular call the Fusion Server function, any scripts run on the player do not return a value as Fusion is invoked instead.