i've tryed several times, and seems like i end same place again :S
just now it's alot more errors >.<. help?. im a newbie to this :S
CODE :
Quote:
// Add all the skills to the message!
strcat( szMsg, szTrainable, 1023 );
strcat( szMsg, szUltimate, 1023 );
strcat( szMsg, szPassive, 1023 );
ms_StatusText( id, TXT_JOB_INFO, szMsg );
}
// User has no job
else
{
ms_StatusText( id, TXT_JOB_INFO, "You need to select a job first!" );
}
}
|
// D:\Steam\steamapps\cahwizard1\counter-strike\cstrike\addons\amxmodx\scripting
\MapleStory/MapleStory.inl(887) : error 017: undefined symbol "TXT_job_INFO"
// D:\Steam\steamapps\cahwizard1\counter-strike\cstrike\addons\amxmodx\scripting
\MapleStory/MapleStory.inl(887) : warning 215: expression has no effect
// D:\Steam\steamapps\cahwizard1\counter-strike\cstrike\addons\amxmodx\scripting
\MapleStory/MapleStory.inl(887) : error 001: expected token: ";", but found ")"
// D:\Steam\steamapps\cahwizard1\counter-strike\cstrike\addons\amxmodx\scripting
\MapleStory/MapleStory.inl(887) : error 029: invalid expression, assumed zero
// D:\Steam\steamapps\cahwizard1\counter-strike\cstrike\addons\amxmodx\scripting
\MapleStory/MapleStory.inl(887) : fatal error 107: too many error messages on one line
All on same line >.<.