[Support]
-
Im not too familiar with GSC if im gonna be completely honest, but i was wondering if anybody could help me with this. Essentially i just want joining players to get Juggernog and a weapon after round 8. Any help would be appreciated. Thanks!
-
Terisus are you trying to edit an existing version of jug for joining players past round 8?
-
Terisus
type givecustomloadout(); under self waittil("spawned_player"); if not work add a wait before.In your case your code don't work because you put your function call outside the loop and that loop is infinite so that call will never be reached.
-
hindercanrun Yeah i am, if im being honest
-
Sorex would it be possible to give points in the same function aswell? sorry for asking so many questions haha
-
Terisus You can use player maps/mp/zombies/_zm_score::add_to_player_score( points ) or change player.score
-
chicken emoji Thanks for the help man