I had this debug back in 1.0.5.1. I was wondering if someone could tell me why this isnt showing up when I place it in my selfactions.
if((speed player <= 1) && _canDo) then { //default = 1 not 1000
if (s_player_toggle < 0) then {
s_player_toggle = player addAction[("<t color=""#c70000"">" + ("Toggle Stats") +"</t>"),"custom\custom_stats\custom_stats_my_tweak.sqf","",5,false,true,"",""];
};
} else {
player removeAction s_player_toggle;
s_player_toggle = -1;
};
// -----------------------------------------------------------------------------------------------------------------------------------------------------------
Thanks guys!!