View Single Post
xeroblood
BANNED
Join Date: Mar 2004
Location: Toronto, Canada
Old 04-20-2004 , 11:44  
Reply With Quote #5

Sorry Guys, I forgot all about the Icon Thingy and The Category Yesterday... It is only for Counter-Strike since it uses the cstrike module, as well as, engine & fun..

Quote:
Originally Posted by rex
don't compile mate
just gives me this error
Code:
addons/amxx/scripting/include/engine_stocks.inc(135) : error 029: invalid expression, assumed zero
sounds like a really cool plugin, hope you can get it working.
@Rex: there is an error in the include file you have (I had it too), it should be fixed in next release of AMXX but for now, I will post the fixed include file here (use this include file if you are going to compile it yourself, it is also included in zip in top post, put it in your include folder)..

Basically, the include file has:
Code:
/* Creates a death message. */ stock make_deathmsg(killer,victim,headshot,weapon[]) {     message_begin(MSG_ALL,get_user_msgid("DeathMsg"),{0,0,0},0)     write_byte( killer )     write_byte( victim )     write_byte( headshot )     write_string( weapon[] ) // This line is the error line, remove []     message_end()     return 1 }
Attached Files
File Type: inc engine_stocks.inc (4.9 KB, 956 views)
xeroblood is offline
Send a message via MSN to xeroblood