Jump to content
Sign in to follow this  
eisa01

Adding weapons to description.ext

Recommended Posts

im tryong to add 2 guns and some mags to my mission

</span><table border="0" align="center" width="95%" cellpadding="3" cellspacing="1"><tr><td>Code Sample </td></tr><tr><td id="CODE">

class Weapons

{

class KEGak107

count = 2;

};

};

class Magazines

{

class KEGak107Mag

{

count = 12;

};

};<span id='postcolor'>

when i use the i get a error message when i try to load my mission

</span><table border="0" align="center" width="95%" cellpadding="3" cellspacing="1"><tr><td>Code Sample </td></tr><tr><td id="CODE">c encountered instead of {<span id='postcolor'>

and im also using kegtys spectate script and that works fine so whats wrong???

Share this post


Link to post
Share on other sites

</span><table border="0" align="center" width="95%" cellpadding="3" cellspacing="1"><tr><td>Code Sample </td></tr><tr><td id="CODE">class Weapons

{

class KEGak107

{

count = 2;

};

};

class Magazines

{

class KEGak107Mag

{

count = 12;

};

};<span id='postcolor'>

You just missed one {

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  

×