Jump to content
Sign in to follow this  
dimon

whether it is possible during a briefing to manually run the script?

Recommended Posts

whether it is possible during a briefing to manually run the script?

 

можно ли во Ð²Ñ€ÐµÐ¼Ñ Ð±Ñ€Ð¸Ñ„Ð¸Ð½Ð³Ð° вручную запуÑтить выполнение Ñкрипта?

Share this post


Link to post
Share on other sites

whether it is possible during a briefing to manually run the script?

 

можно ли во Ð²Ñ€ÐµÐ¼Ñ Ð±Ñ€Ð¸Ñ„Ð¸Ð½Ð³Ð° вручную запуÑтить выполнение Ñкрипта?

execute
expression: String - executed code
 
player createDiaryRecord ["-----", ["------","------: [<execute expression='call fnc_-------'>------</execute>] <br />"]];
 
The next problem:
 
That's how the script works start "call fnc_dim_respawn"
 
player createDiaryRecord ["TU_actions", [format["УправлÑемый реÑп группы %1",group z1],
"ДейÑтвие: [<execute expression='z1 call fnc_dim_respawn'>Выбрать меÑто реÑпа</execute>] <br />
"]];
player createDiaryRecord ["TU_actions", [format["УправлÑемый реÑп группы %1",group z11],
"ДейÑтвие: [<execute expression='z11 call fnc_dim_respawn'>Выбрать меÑто реÑпа</execute>] <br />
"]];
player createDiaryRecord ["TU_actions", [format["УправлÑемый реÑп группы %1",group z111],
"ДейÑтвие: [<execute expression='z111 call fnc_dim_respawn'>Выбрать меÑто реÑпа</execute>] <br />
"]];
so does not work
{
player createDiaryRecord ["TU_actions", [format["УправлÑемый реÑп группы %1",group _x],
"ДейÑтвие: [<execute expression='_x call fnc_dim_respawn'>Выбрать меÑто реÑпа</execute>] <br />
"]];
} foreach [z1,z11,z111];

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×