Hello,
Another few commands, this ones are relationed with map orientations and minimap:
This command will return the angulation of the north(of map)
Now the command setupMiniMap(in really what it uses to set the minimap is the command SetMiniMap):
You could use the SetMiniMap to . Example:
Examples:
Thats it, if someone wants to add something, he is welcome,
Another few commands, this ones are relationed with map orientations and minimap:
This command will return the angulation of the north(of map)
Code:
getnorthyaw();
Now the command setupMiniMap(in really what it uses to set the minimap is the command SetMiniMap):
Code:
maps\mp\_compass::setupMiniMap("map image");
You could use the SetMiniMap to . Example:
Code:
SetMiniMap("compass_map_mp_compact",5,5,4,1); //Thanks to ZeRoY for the values of the 4 parametres: upper-left x, upper-left y, lower-right x, lower-right y
Examples:
Code:
maps\mp\_compass::setupMiniMap("compass_map_mp_compact");
maps\mp\_compass::setupMiniMap("compass_map_mp_boneyard");
Thats it, if someone wants to add something, he is welcome,