Page 1 of 1

when i load my map i get a error.

Posted: June 1st, 2011, 11:31 pm
by TTaze
it sais


script compile error
could not find script 'maps /mp/mp_ttaze_fx'
maps\mp\mp_TTaze_fx::main();
(see console for details)


any solution? (i just put a worldspawn in...)

Re: when i load my map i get a error.

Posted: June 2nd, 2011, 12:53 am
by Nekoneko
go into ur mp_TTaze.gsc and comment out the line before the maps\mp\mp_TTaze_fx::main();

so change
maps\mp\mp_TTaze_fx::main();
->
//maps\mp\mp_TTaze_fx::main();

once you have ur fx you can uncomment it.