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...)
when i load my map i get a error.
Moderator: Core Staff
-
- CJ Wannabe
- Posts: 11
- Joined: May 31st, 2011, 8:04 am
- Gamertag: TTaze
- PSN ID: xDrAgZz_xViiRuZ
-
- CJ Fan
- Posts: 170
- Joined: April 18th, 2011, 3:48 pm
Re: when i load my map i get a error.
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.
so change
maps\mp\mp_TTaze_fx::main();
->
//maps\mp\mp_TTaze_fx::main();
once you have ur fx you can uncomment it.