30.07.2017, 12:07
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 :
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; }