Recent content by A-E-e

  1. A

    [OPEN] What is the proper way to put in a line into the init.c file to call to another (Example): buildings.c or Chernobuildings.c.?

    For examples: Add this to top of your init.c file and make sure the path is right. #include "$CurrentDir:\\mpmissions\\missionfolder\\custom\\cherno\\ Chernobuildings.c" And also in init.c. Inside void main(), add line "spawnCherno();" Inside the Chernobuildings.c you add your "SpawnObject"...
  2. A

    Loading values from config?

    Hey! Can somone help me to get data from config file? This should happen only on serverside I've tried jsonfileloader, no progress yet. I've also tried fileHandler to open file and read line.
Back
Top