You are viewing our Forum Archives. To view or take place in current topics click here.
Do You Like This Idea?
Yes
88.40% (160 votes)
88.40% (160 votes)
No
11.60% (21 votes)
11.60% (21 votes)
Total Votes: 181
#11. Posted:
Status: Offline
Joined: Jun 06, 201311Year Member
Posts: 927
Reputation Power: 79
LuckyMods wrote Add weapon boxes, and perk machines around the world. you could also put guns on walls like in W@W zombies.
alright, i noticed you have been helping me out for the past few weeks? i was wondering if you would like to help me with scripting this patch?
Add me on skype: Arrayser
- 1useful
- 0not useful
#12. Posted:
Status: Offline
Joined: Jun 06, 201311Year Member
Posts: 927
Reputation Power: 79
JtagHDModz wrote Nice, hope to see release a soon!
yeah, im having trouble with spawning objects and also problems with take the weapons from players! when you spawn all your weapons are taken but when you select class it will give you custom weapons and perks! im trying to fix this but im not sure how?
- 1useful
- 0not useful
#13. Posted:
Status: Offline
Joined: Jan 24, 201113Year Member
Posts: 1,701
Reputation Power: 96
Status: Offline
Joined: Jan 24, 201113Year Member
Posts: 1,701
Reputation Power: 96
What problem you having with models? Also I got board and made a script for wall guns if you want it :p
- 2useful
- 0not useful
#14. Posted:
Status: Offline
Joined: Jun 06, 201311Year Member
Posts: 927
Reputation Power: 79
LuckyMods wrote What problem you having with models? Also I got board and made a script for wall guns if you want it :p
i sent you a PM earlier, check that
and im using this script to spawn models and it runs fine but i cant find the model? lol
spawnModel()
{
model = spawn("script_model",0,0,0);
model setModel("com_plasticcase_beige_big");
model setcontents(1);
}
i also need some help with forcing team change and updating your money with the points you
get from kills. ALSO when you spawn and the game counts down it takes all your weapons right?
but if you go back into change your class it allows you to select weapons, how do i disable that? lol
- 1useful
- 0not useful
#15. Posted:
Status: Offline
Joined: Jan 24, 201113Year Member
Posts: 1,701
Reputation Power: 96
Status: Offline
Joined: Jan 24, 201113Year Member
Posts: 1,701
Reputation Power: 96
Arrayser wroteLuckyMods wrote What problem you having with models? Also I got board and made a script for wall guns if you want it :p
i sent you a PM earlier, check that
and im using this script to spawn models and it runs fine but i cant find the model? lol
spawnModel()
{
model = spawn("script_model",0,0,0);
model setModel("com_plasticcase_beige_big");
model setcontents(1);
}
i also need some help with forcing team change and updating your money with the points you
get from kills. ALSO when you spawn and the game counts down it takes all your weapons right?
but if you go back into change your class it allows you to select weapons, how do i disable that? lol
1.Well the models are being set at 0,0,0. So if you got o 0,0,0 you will find them.
2.I have a script somewhere for the team change.
3.And there is probably a way to disable custom classes.
Also i did not receive the PM.
- 2useful
- 0not useful
#16. Posted:
Status: Offline
Joined: Jun 06, 201311Year Member
Posts: 927
Reputation Power: 79
LuckyMods wroteArrayser wroteLuckyMods wrote What problem you having with models? Also I got board and made a script for wall guns if you want it :p
i sent you a PM earlier, check that
and im using this script to spawn models and it runs fine but i cant find the model? lol
spawnModel()
{
model = spawn("script_model",0,0,0);
model setModel("com_plasticcase_beige_big");
model setcontents(1);
}
i also need some help with forcing team change and updating your money with the points you
get from kills. ALSO when you spawn and the game counts down it takes all your weapons right?
but if you go back into change your class it allows you to select weapons, how do i disable that? lol
1.Well the models are being set at 0,0,0. So if you got o 0,0,0 you will find them.
2.I have a script somewhere for the team change.
3.And there is probably a way to disable custom classes.
Also i did not receive the PM.
alright haha and ill message you again lol.
- 1useful
- 0not useful
#17. Posted:
Status: Offline
Joined: Jan 21, 201311Year Member
Posts: 283
Reputation Power: 12
Status: Offline
Joined: Jan 21, 201311Year Member
Posts: 283
Reputation Power: 12
Wow this looks really amazon didnt even know this oculd be done... Cant wait for the release!
- 2useful
- 0not useful
#18. Posted:
Status: Offline
Joined: Jun 06, 201311Year Member
Posts: 927
Reputation Power: 79
KurZee wrote Wow this looks really amazon didnt even know this oculd be done... Cant wait for the release!
yeah, its very overwhelming with how much were putting im putting into this and i would of course like to thank ZanderMods, Hawk and LuckyMods!
is anything you would like to request?
- 1useful
- 0not useful
#19. Posted:
Status: Offline
Joined: Jan 21, 201311Year Member
Posts: 283
Reputation Power: 12
Status: Offline
Joined: Jan 21, 201311Year Member
Posts: 283
Reputation Power: 12
Arrayser wroteNope no requests that i know of, But good luck to you guys i will defiantly be watching the progression of thisKurZee wrote Wow this looks really amazon didnt even know this oculd be done... Cant wait for the release!
yeah, its very overwhelming with how much were putting im putting into this and i would of course like to thank ZanderMods, Hawk and LuckyMods!
is anything you would like to request?
- 1useful
- 0not useful
#20. Posted:
Status: Offline
Joined: Oct 27, 201113Year Member
Posts: 2,923
Reputation Power: 87
Status: Offline
Joined: Oct 27, 201113Year Member
Posts: 2,923
Reputation Power: 87
i love it man keep up the work and you should ad more pics
- 2useful
- 0not useful
You are viewing our Forum Archives. To view or take place in current topics click here.