27.03.2020, 10:57
(
Last edited by pollo97; 27/03/2020 at 12:27 PM.
)
Quote:
|
You don't have to hook anything if you're just adding objects (AFAIK).
All you have to do is create a map file which contains all objets (i'd call maps.pwn). In that file create a function like CreateServerObjects() and put all your objects there. Then include maps.pwn in your main game using: pawn Code:
Note the include code i posted retrieves the maps.pwn file from inside gamemodes folder. You might want to change it based on your needs. |
(Btw thank you for respond! I'll use this method for sure, but as I said, I want to know if I'm missing something)
UPDATE:
Solved, my mistake.


