Multiple Mods in one clientids.gcs file?!
-
i tried everything putting my code together but it doesnt seem to work when i compile it
i dont understand how to add multiple clientids.gsc codes into one gsc file
can some1 explain me what to do -
use zombie++
-
Which mods are you trying to combine? If you are still having trouble I might be able to help.
-
multiple mods
-
denis070 merging multiple mods isn't as simple as copy and pasting it all. you need to make sure the includes are still present, need to make sure everything is being called correctly, whether its in init, onplayerconnect, onplayerspawned, etc., and you need to make sure its not duplicating the init, onplayerconnect, onplayerspawned, etc. functions. if you just decompiled the mod and expected it to work, that probably wouldn't work either. you may need to fix some things before that