I am using rf3 lift/tow. For some reason the warning messages dont show up.
for example: if the vehicle is too far, etc
This is the code for one for the messages:
player globalChat STR_R3F_LOG_mutex_action_en_cours;
What if i change player globalChat to something like cutText or something ?
All messages are stored in a file:
This is the code for one of the messages:
STR_R3F_LOG_mutex_action_en_cours = "The current operation isn't finished.";

for example: if the vehicle is too far, etc
This is the code for one for the messages:
player globalChat STR_R3F_LOG_mutex_action_en_cours;
What if i change player globalChat to something like cutText or something ?
All messages are stored in a file:
This is the code for one of the messages:
STR_R3F_LOG_mutex_action_en_cours = "The current operation isn't finished.";