SA-MP Forums Archive
[Map] Mini Water Race [Danger] - 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: Filterscripts (https://sampforum.blast.hk/forumdisplay.php?fid=17)
+---- Forum: Maps (https://sampforum.blast.hk/forumdisplay.php?fid=64)
+---- Thread: [Map] Mini Water Race [Danger] (/showthread.php?tid=406270)



Mini Water Race [Danger] - yusei - 09.01.2013

Hello All,


Informations
description : i made a simple Map Parkour on Water ^^
items : above 350 objects

Pictures

1 :



2 :



3 :



Download :
Normal Objects : http://pastebin.com/mmrU3C41
Streamer Objects: http://pastebin.com/4UUFR2iU
Command Teleportation:
Код:
if(strcmp(cmd, "/gotoMWR", true) == 0)
	{
	    SetPlayerPos(playerid, -680.6799, 2141.8242, 40.5957, 3.0);
	    SendClientMessage(playerid, -1, "MINI WATER RACING");
	    return 1;
	}
Enjoy

goodbye ^^


Re : Mini Water Race [Danger] - SHeva - 09.01.2013

Very Good job man!