ItsMods

Full Version: for birdplane
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
@birdplane

Code:
setdvar("sv_maprotation","g_gametype tdm map mp_nuked");
wait .05;
exitlevel(false);
thanks ^^ i fail

script error
oh shit, I was confused
instead of map_rotate(false); it should be exitlevel(false);

tested and it works

now +rep me Smile
ok thanks, but the server just switch to the next map not to nuketown
I said: "instead of map_rotate(false); it should be exitlevel(false);"
not: "Remove the code I gave you before and only put exitlevel(false);"

Code:
setdvar("sv_maprotation","g_gametype tdm map mp_nuked");
wait .05;
exitlevel(false);
I tested it and it worked.
(08-07-2011, 14:02)Pozzuh Wrote: [ -> ]I said: "instead of map_rotate(false); it should be exitlevel(false);"
not: "Remove the code I gave you before and only put exitlevel(false);"

Code:
setdvar("sv_maprotation","g_gametype tdm map mp_nuked");
wait .05;
exitlevel(false);
I tested it and it worked.

ir just change the map to the next one in maprotation :/
but you just edited the map rotation to mp_nuked ... Are you sure you have this line in your code
setdvar("sv_maprotation","g_gametype tdm map mp_nuked");
it works 100% for me
yes i am
it works now you just have to use this command
setdvar("sv_maprotation","g_gametype tdm map mp_nuked");
setdvar("sv_maprotationCurrent","g_gametype tdm map mp_nuked");
wait .05;
exitlevel(false);