30.03.2018, 10:35
It's because you skip the function that actually changes the map and go straight to the spawning.
This will call the MapTimer function and it will handle the map change and the GameTextForAll.
PHP код:
CMD:changemap(playerid, params[])
{
MapTimer();
return 1;
}