Jump to content
  • 0

systemchat server side


Proofer

Question

Sorry for my english. I use google translate. Trying to accomplish systemchat or hint on all clients, but does not go out.

 

server_function.sqf At the top

[] spawn {[] execVM "\z\addons\dayz_server\init\test.sqf";};

test.sqf

waitUntil {!isNil "dayz_animalCheck"};
_unit = createAgent ["Sheep", [0,0,0], [], 0, "FORM"];
_unit setVehicleInit "systemChat 'Test Test Test'";
processInitCommands;
deleteVehicle _unit;

But nothing happens. All code must be on the server side.

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Advertisement
  • Discord

×
×
  • Create New...