Jump to content

FelipeCZ

Uživatel
  • Příspěvků

    12
  • Registrován

  • Aktivní

Příspěvky posted by FelipeCZ

  1. public OnGameModeInit() { /* obsah suboru inklud.inc */
      CreateObject(19313, 2416.9009, 101.2986, 26.4766, 0.0, 0.0, 0.0);//fence
      CreateObject(19313, 2406.9009, 101.2986, 26.4766, 0.0, 0.0, 0.0);//fence
    }
    

    Tohle je jasné, ale jde mi o to, abych to vkládal ze souboru, pokud to je vůbec možné.

  2. Jo sorry, myslel sem, že to je známý problém :d

    public OnGameModeInit()
    {
    	SetGameModeText(VERSION);
    	#include "../include/spawns/objects/objpalo.inc"
    	#include "../include/spawns/objects/staticobjpalo.inc"
    	#include "../include/spawns/vehicles/vehpalo.inc"
    	#include "../include/spawns/playerclass.inc"
    	SetTimer("RespawnObjects",1000*60*1,1);
    	SetTimer("Tips",1000*60*5,1);
    	EnableStuntBonusForAll(0);
    	SetWeather(9);
    	return 1;
    }
×
×
  • Create New...