SA-MP Forums Archive
[Tutorial] Map Change System - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Tutorials (https://sampforum.blast.hk/forumdisplay.php?fid=70)
+---- Thread: [Tutorial] Map Change System (/showthread.php?tid=269336)

Pages: 1 2


Re: Map Change System - Rissam - 11.01.2015

In my gm there are 8 skins. please tell me how to set the spawn for each skin.


Re: Map Change System - Rissam - 15.01.2015

Please help.


Re: Map Change System - TheRaGeLord - 15.01.2015

Nice Tut


Re: Map Change System - FeniX70 - 30.03.2015

Quote:
Originally Posted by Kitten
View Post
[CENTER][SIZE="5"]
pawn Code:
case 0:
            {
                SendClientMessage(i,COLOR,"New MapChangeLoad");
            }
            case 1:
            {
                SendClientMessage(i,COLOR,"New MapChangeLoad");
            }
            case 2:                               // Next Spawn Settings
            {

            }
        }
    }
    return 1;
}
how to start from case 2 to 0 again? without whole server restarting?


Re: Map Change System - ivndosos - 27.03.2018

nothing happens, map doesnt change nothing happens, why?