Maping
#1

how to change map textures in game i created one with map editor dont know how to put it in game mode plz help
Reply
#2

open map editor, then your can make some object map, after finish click show code, and copy the code,
then open your gamemodes and place in ongamemodeinit().

Example :
Код:
public OnGameModeInit()
{
       CreateObject(3255, 1099.55139, -1185.04590, 17.02541,   0.00000, 0.00000, 270.48352);
       CreateDynamicObject(3643, 1099.36389, -1189.03284, 25.69979,   0.00000, 0.00000, 0.00000);
	return 1;
}
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)