[Map] [MAP][FS] A lot of cool maps(grand pix, drop, rally, karting, vice city, etc)
#1

DOWNLOAD LINK
MIRROR

Above is the download link

it comes with seven maps

Monza Grand Prix
Drop - Going Down
Rally - BIIIIIIIIIIG
Karting place - GOOD
Vice City - only a part
Half Pipe - and full pipe too
Death Globe(death ball)











mirrors allowed

thankls


and here is the cordinates

pawn Код:
#include <a_samp>

#define FILTERSCRIPT

public OnPlayerCommandText(playerid, cmdtext[])
{
if(strcmp(cmd, "/drop", true) == 0) {
SetPlayerPos(playerid, 294.692963, 6275.912109, 4883.093750);
return 1;
}
if(strcmp(cmd, "/rally", true) == 0) {
SetPlayerPos(playerid, 6442.591797, -2019.094238, 14.304369);
return 1;
}
if(strcmp(cmd, "/karting", true) == 0) {
SetPlayerPos(playerid, 3155.791,-958.516,44.756);
return 1;
}
if(strcmp(cmd, "/formula1", true) == 0) {
SetPlayerPos(playerid, 294.692963, 6275.912109, 4883.093750);
return 1;
}
if(strcmp(cmd, "/vc", true) == 0) {
SetPlayerPos(playerid, -2612.838,3826.116,6.636);
return 1;
}
if(strcmp(cmd, "/halfpipe", true) == 0) {
SetPlayerPos(playerid, 2039.905,-2581.177,13.311);
return 1;
}
if(strcmp(cmd, "/deathglobe", true) == 0) {
SetPlayerPos(playerid, 4000.000,4006.500,4.000);
return 1;
}

public OnFilterScriptInit()
{
return 1;
}
Reply
#2

I'm not a fan off objects map, but this is realy nice!
Reply
#3

nice i well try that :P :P
Reply
#4

WOW ! Nice !

R@f
Reply
#5

Hey, can you add in these teleport commands please? noobs dont know how to add it, please.
Reply
#6

i wanna ask, how can i add this Map? "filerscripts drop" dont work, (in server.cfg i mean)
Reply
#7

Only in MTA work... how can i add there? i make FS, but it dont shows me, can you post the FS please? (.pwn)
Reply
#8

Your its wrong

New :

Код:
#include <a_samp>

#define FILTERSCRIPT

public OnFilterScriptInit() {
	print("\n----------------------------------");
	print("Teleport commands by [JPP]MrBean Loaded!");
	print("Teleport commands fixed by Blank.me ");
	print("----------------------------------\n");
}

public OnFilterScriptExit() {
	print("\n----------------------------------");
	print("Teleport commands by [JPP]MrBean UnLoaded!");
	print("Teleport commands fixed by Blank.me ");
	print("----------------------------------\n");
}

public OnPlayerCommandText(playerid, cmdtext[]) {
if(strcmp(cmdtext, "/drop", true) == 0) {
SetPlayerPos(playerid, 294.692963, 6275.912109, 4883.093750);
return 1;
}

if(strcmp(cmdtext, "/rally", true) == 0) {
SetPlayerPos(playerid, 6442.591797, -2019.094238, 14.304369);
return 1;
}

if(strcmp(cmdtext, "/karting", true) == 0) {
SetPlayerPos(playerid, 3155.791,-958.516,44.756);
return 1;
}

if(strcmp(cmdtext, "/formula1", true) == 0) {
SetPlayerPos(playerid, 294.692963, 6275.912109, 4883.093750);
return 1;
}

if(strcmp(cmdtext, "/vc", true) == 0) {
SetPlayerPos(playerid, -2612.838,3826.116,6.636);
return 1;
}

if(strcmp(cmdtext, "/halfpipe", true) == 0) {
SetPlayerPos(playerid, 2039.905,-2581.177,13.311);
return 1;
}

if(strcmp(cmdtext, "/deathglobe", true) == 0) {
SetPlayerPos(playerid, 4000.000,4006.500,4.000);
return 1;
}

return 1;
}
You should type cmdtext, not just cmd

Stunt teleport commands:

PWN: http://www.sendspace.com/file/apltoz
AMX: http://www.sendspace.com/file/jkntk7
Reply
#9

it's because you need to convert and almost all of those fs has more than 250 objects so you need to use YSI or Y_Objects
Reply
#10

nice but some of this maps are on mta forum
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)