I am currently trying to execute a script server sided and I want to send a message to all players when it's executed with a dynamic text. I am using BIS_fnc_dynamicText but that's not working for me. I tried another structure and it worked but the dynamic text not. I really want to put a local variable into that so here is what I tried:
Question
Relentless
Hello there,
I am currently trying to execute a script server sided and I want to send a message to all players when it's executed with a dynamic text. I am using BIS_fnc_dynamicText but that's not working for me. I tried another structure and it worked but the dynamic text not. I really want to put a local variable into that so here is what I tried:
The working format
[nil,nil,rTitleText,_msg,"PLAIN",10] call RE;
Not working format with dynamic text
also tried
Is anyone able to help at this point?
Link to comment
Share on other sites
18 answers to this question
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now