I have been working on a mod for this great source-port but I have encountered a problem that I can't seem to get my head around.
I made a script that spawns demons (like an invasion based mode). The demons spawn in Single-Player but when I play Deathmatch they won't appear.
Same with the teleporter function. At the start of the match the player will be teleported to a certain area in the level. Again, it works in Single-Player but not in Multiplayer.
Heres some samples of the code that will not work:
Code: Select all
Thing_SpawnFacing(1,4,1,10);
Code: Select all
// Player setup
Script 102 ENTER
// Teleport to a certain point
If(sfProgress==1){Teleport(100);}
If(sfProgress==2){Teleport(101);}
If(sfProgress==3){Teleport(102);}
}
Anyways, apart from that, great source port
Thanks,
-Wad'a'Holic