24.03.2009, 19:48
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/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;
}