Are you using the _load.gsc file in anyway, because the error basically means: Cannot find the init function when looking for it; the game needs it.
Radon
Posts
-
[Support] GSC Bo2 error message Unresolved external : "init" with 0 parameters in "maps/mp/_load.gsc" at line 1. -
[Support] Pre-match timerYeah I tried those variables, but could not get the right combination. You'd think the value 0 would be enough for the first 2 and false for the last one. I also need to remove the ability to see the iprintln text from the game
-
[Support] Pre-match timerHey there, how do I remove the prematch timer?
level.doprematch = 0;
And other variables have not worked for me, anyone?
-
[Support] Map voting system GSCImVeryTwisted Yeah I know, had that already. Only think I can't figure out is how to make sure to get it after the killcam. I can waittill the killcam is finished, but then shaders load incorrectly + only 4 seconds
-
[Support] Map voting system GSCSorex was actually selling it, so decided to make it myself. Can anyone help with a changeMap function and I don't know how to make sure the server does not rotate after killcam?
-
[Support] Map voting system GSCSorex Add me on discord Radon#7616
-
[Support] Map voting system GSCSorex I mean the source, can you help me with that?
-
[Support] Map voting system GSCDoes anyone have the map voting system code?. And how would that work; I mean how to pause before changing maps and actually changing the map in gsc. map(map, false); does not work?
-
[Support] how can i configure IW4adminDECoZ97 luigistyle RaidMax even has a setup guide: https://github.com/RaidMax/IW4M-Admin
-
[Support] Move Slide Care Package to new Position?NOXSYS said in Move Slide Care Package to new Position?:
How I can move my Slide Care Package to a new Position or delete the old Slide and Create a new one. So no one can abuse the Create Slide command?
Just make a delete function which deletes the model and kills the thread. Then let the player spawn in a new one:
self addTextOption(<menu>, "Bounce", self.hasBounce ? "^1Delete" : "^2Spawn", ::<functions>);
Something like that
-
[Release] (UPDATED)XUID MENU BASE #2@MrDucxy Is there a picture? Also, I use the same overflow fix but sometimes it still overflows?
-
[Release] (UPDATED)XUID MENU BASE #2Sass Or you can get it in-game with GSC using self getXUID()
-
Server Crashing/Clients KickedAlso issues here! It is so annyoing
-
Server DisconnectedH3X1C Could it be the sheer size of the script, because I haven't changed anything groundbreaking?
-
Server DisconnectedH3X1C Do you happen to know what the error means, because I don't know what I did wrong with my script then
-
Server DisconnectedI do have a GSC script, but it didn't cause errors before?
-
Server DisconnectedHi everyone,
I sometimes get the following error and I don't know what to do!
Thanks for any response!
-
[Support] Sniper Only and VIP/Privileged userskuxqi Add me on discord Radon#7616
-
[Support] Sniper Only and VIP/Privileged usersNifer Yes, use XUID instead of name
-
In-game chat colored namesDrgn Thanks for the reply, you have any sources where I can learn about memory hooking/editing on the server side?