Quote:
Originally Posted by unforcer
I want to edit my mapchooser.amxx with colorchat
Line 121 is error (Undefined symbol "steptime" on line 121)
|
If you just want to add color chat then you shouldn't change any code that does not relate to it being color.
You changed
PHP Code:
"CHO_FIN_NEXT", smap
to
PHP Code:
"CHO_FIN_EXT", steptime
Which would only make it not display the correct text.
Change it back.
__________________