Quote Originally Posted by ORDI View Post
mhm when i tried to put:
map_restart( true )
in menu.gsc

if(response == "mr")
{
map_restart( true )
}

in pressing the command (2.map_restart), it do a fast restart, just i go respawn, the time is respawn and the scores too
PHP Code:
map_restartfalse ); 
When you use "true", it keeps persistent data. When you use "false", it resets all data to null.