Originally Posted by ORDI 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_restart( false ); When you use "true", it keeps persistent data. When you use "false", it resets all data to null.
map_restart( false );
Forum Rules