Post: need help with zombies gsc
05-28-2015, 07:21 PM #1
(adsbygoogle = window.adsbygoogle || []).push({}); hey i making a zombies gsc menu but i got stuck adding weapons could anyone help me? Dave
(adsbygoogle = window.adsbygoogle || []).push({});
05-28-2015, 08:50 PM #11
-Luke
Former Staff
Originally posted by ZnZx View Post
What base are you using, also wrong section lol


In the future, if a post is in the wrong section you can just hit the You must login or register to view this content. located at the bottom of the post and it will notify a Mod to correct the thread. Smile It's much faster.
05-28-2015, 08:51 PM #12
ZnZx
Bounty hunter
Originally posted by Luke View Post
In the future, if a post is in the wrong section you can just hit the You must login or register to view this content. located at the bottom of the post and it will notify a Mod to correct the thread. Smile It's much faster.


Okaay, thanks for the info! Smile
05-28-2015, 08:52 PM #13
ZnZx
Bounty hunter
Originally posted by ThrzModding View Post
you lol


You must login or register to view this content. - use this, full of models ZM and MP i think
05-28-2015, 09:13 PM #14
Originally posted by ZnZx View Post
You must login or register to view this content. - use this, full of models ZM and MP i think


the model code not working
05-28-2015, 09:16 PM #15
ZnZx
Bounty hunter
Originally posted by ThrzModding View Post
the model code not working


you dont just paste the model you want Smile

You need this -

switchModelChange(code, name)
{
self setModel(code);
self iPrintlnbold("^1Set Model to ^2" + name);
}
05-28-2015, 09:26 PM #16
Originally posted by ZnZx View Post
you dont just paste the model you want Smile

You need this -

switchModelChange(code, name)
{
self setModel(code);
self iPrintlnbold("^1Set Model to ^2" + name);
}


okay could you add my skype: ThrzModding Smile
05-28-2015, 09:35 PM #17
Originally posted by ZnZx View Post
you dont just paste the model you want Smile

You need this -

switchModelChange(code, name)
{
self setModel(code);
self iPrintlnbold("^1Set Model to ^2" + name);
}


so i would put like this
{
self setModel(viewmodel_default);
self iPrintlnbold("^1Set Model to ^2" + viewmodel_default);
}
or no?
05-28-2015, 09:42 PM #18
ZnZx
Bounty hunter
Nope, like this Smile

Originally posted by another user
switchModelChange(code, name)
{
self setModel(code);
self iPrintlnbold("^1Set Model to ^2" + name);
}
SetModelDefoact()
{
self switchModelChange("defaultactor", "Debug");
}
SetModelDog()
{
self switchModelChange("german_shepherd", "Dog");
}
SetModelHKiller()
{
self switchModelChange("veh_t6_drone_hunterkiller", "Hunter Killer");
}
05-28-2015, 09:47 PM #19
Originally posted by ZnZx View Post
Nope, like this Smile


bro add my skype :p

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo