Jump to content
Sign in to follow this  
JakeWed

AmmoBox Problems, Missing ';' in Definitions

Recommended Posts

Ok, Would like some Help here guys, Im a Novice Scripter that Seams to have hit some Problems with this:

// Settings
_Groza = RH_gr1;
_AKM = RH_akm;
_AKMS = RH_akms; //Line 10
_30Mag762 = 30Rnd_762x39_AK47;
_RPK47 = RH_rpk47;
_75Mag762 = RH_75Rnd_762x39_mag;

With An Error Happening on "Line10" with a Missing ';'

And of Course I Havnt a Clue what its Going on about

So Any help?

Share this post


Link to post
Share on other sites
_Groza = "RH_gr1";
_AKM = "RH_akm";
_AKMS = "RH_akms";
_30Mag762 = "30Rnd_762x39_AK47";
_RPK47 = "RH_rpk47";
_75Mag762 = "RH_75Rnd_762x39_mag";

Share this post


Link to post
Share on other sites

Why are you assigning "friendly names" to magazine types?

Share this post


Link to post
Share on other sites
Why are you assigning "friendly names" to magazine types?

That's my question as well. You're really only complicated things by "renaming" classnames.

Share this post


Link to post
Share on other sites

Faceplam....

Forgot the Quotes

Thanks Guys!

And Its just So If We Change the Mod im using I can just pop in the Classname their Instead of Having to Sought Though the Body of it

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×