js2k6 Posted August 28, 2014 Report Share Posted August 28, 2014 Hi, I was wondering if someone could help me with cleaning up some of the errors that are showing in client.rpt after playing in my taviana server this error appears repeatedly. if ( AGN_safeZoneMessages )> Error position: <_if ) then { if ( AGN_safeZoneMessages )> Error Undefined variable in expression: _if File mpmissions\__CUR_MP.Tavi\CAGN\agn_SafeZoneCommander.sqf, line 196 Error in expression <FindDisplay 106) }; }; this is line 196 of agn_SafeZoneCommander.sqf if ( _skip && _if ) then { if ( AGN_safeZoneMessages ) then { systemChat ("[AGN] This player is tagged friendly, you have access to this players bag") }; sleep 30; }; how would i go about defining the variable _if? the complete file is pasted here. http://pastebin.com/X5n6QtWn Link to comment Share on other sites More sharing options...
Zupa Posted August 28, 2014 Report Share Posted August 28, 2014 Move lin 148 _if = false; to line 128 js2k6 1 Link to comment Share on other sites More sharing options...
js2k6 Posted August 28, 2014 Author Report Share Posted August 28, 2014 thank you zupa. i will try that now *edit* live testing on server - problem resolved. you are a legend :) Link to comment Share on other sites More sharing options...
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now