SA-MP Forums Archive
[Map] [MAP]Fun Jump - 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] [MAP]Fun Jump (/showthread.php?tid=70427)



[MAP]Fun Jump - Klutty - 24.03.2009

Fun Jump by Klutty!
Hello all, this is my first map ( so go easy on it please ) I made it kinda quick, and mostly for fun.

Screenies:

The jumps didnt draw here :P



Download links
Pastebin: http://pastebin.com/m437ccb8
Mediafire: http://www.mediafire.com/?sharekey=f...4e75f6e8ebb871

IMPORTANT!
Add the following pawn code under "OnPlayerCommandText" in your gamemode!

pawn Code:
if (strcmp("/funjump", cmdtext, true) == 0)
    {
        SetPlayerInterior(playerid, 0);
        SetPlayerPos(playerid, 2181.9768,-2364.4644,362.8988);
        return 1;
        }
Enjoy. =)