Warning: include(/var/www/html/forum/Sources/../../../includes/depot_files/OFPEC_get_header_image.inc.php): failed to open stream: No such file or directory in /var/www/html/forum/Sources/Load.php(2272) : eval()'d code on line 146

Warning: include(): Failed opening '/var/www/html/forum/Sources/../../../includes/depot_files/OFPEC_get_header_image.inc.php' for inclusion (include_path='.:/usr/local/lib/php') in /var/www/html/forum/Sources/Load.php(2272) : eval()'d code on line 146

Notice: Undefined index: OFPEC in /var/www/html/forum/Sources/Load.php(2272) : eval()'d code on line 152

Notice: Trying to access array offset on value of type null in /var/www/html/forum/Sources/Load.php(2272) : eval()'d code on line 152

Notice: Trying to access array offset on value of type null in /var/www/html/forum/Sources/Load.php(2272) : eval()'d code on line 152
    Home   Help Login Register  

Author Topic: Player Markers  (Read 3217 times)

0 Members and 1 Guest are viewing this topic.

Offline unknownx9

  • Members
  • *
Player Markers
« on: 11 Mar 2010, 09:43:09 »
Hello,

I am trying to remove all markers from a map I am making for multiplayer. The map will remove the red circle position of the player but for some reason will place a blue box that does the exact same thing of identifying the players position.

I have searched and tried to use this script in the Init.sqf file but it did not work:

/Begin init.sqf

//Add Briefing
execVM "briefing.sqf";

if(true) exitWith {};

if(isServer) then {
    "m" setMarkerPos [-(getMarkerPos "m" select 0),-(getMarkerPos "m" select 1)];
};


I placed the map on verteran/expert, same thing, all it does is just remove the red marker and places a blue box location identifier.

Some help will be greatly appreciated.

Thanks.