eisa01 0 Posted March 22, 2003 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
KingN 251 Posted March 22, 2003 </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