24.03.2009, 19:48
Fun Jump by Klutty!
Hello all, this is my first map ( so go easy on it please ![afro](images/smilies/mrgreen.gif)
Screenies:
![](http://i372.photobucket.com/albums/oo167/klutty/sa-mp-111.png)
![](http://i372.photobucket.com/albums/oo167/klutty/sa-mp-112.png)
![](http://i372.photobucket.com/albums/oo167/klutty/sa-mp-113.png)
Download links
Pastebin: http://pastebin.com/m437ccb8Mediafire: 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;
}