The game simply ignores it as if it doesn't exist or something. I've tried to fix it myself by adding a few things, but always end up with bad syntax's.
I've also been wanting to add a payload like in Payload. The problem is that i'm having trouble figuring out the difference between map variables and payload variables, and am getting a game crash at the start.
Any advice would be appreciated.
Last Edit: September 08, 2013, 02:44:55 pm by daedra descent
The game simply ignores it as if it doesn't exist or something. I've tried to fix it myself by adding a few things, but always end up with bad syntax's.
Should be
Code Snippet
Plaintext
players = getplayers(); for(wow=0;i<players.size;wow+=0) { players[wow] giveweapon("thundergun_zm"); players[wow] iprintln("The gods have given you a Thundergun"); wow+=1; }
You had a backwards parenthesis. That's why it broke. Sorry if I was late. I was sleeping.
Oh god I just realized it was over two years ago. It's just that someone had just recently commented on it and I didn't check the date. Wow lol 2013. Never mind then.
Oh god I just realized it was over two years ago. It's just that someone had just recently commented on it and I didn't check the date. Wow lol 2013. Never mind then.
Make dumbass comment first; check date last.
Yes, 2013 me was incredibly stupid. I was just learning GSC, which was my first every "language", if you can call it that.
Edit: and pretty sure it didn't work because weapon<num> didn't even exist... so yeah, GG me.
Last Edit: April 18, 2016, 08:56:48 pm by daedra descent