[MAP][FS] A lot of cool maps(grand pix, drop, rally, karting, vice city, etc) -
faloleroy - 16.02.2008
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;
}
Re: [MAP][FS] A lot of cool maps(grand pix, drop, rally, karting, vice city, etc) -
Maikel - 16.02.2008
I'm not a fan off objects map, but this is realy nice!
Re: [MAP][FS] A lot of cool maps(grand pix, drop, rally, karting, vice city, etc) -
**HITMEN** - 16.02.2008
nice i well try that :P :P
Re: [MAP][FS] A lot of cool maps(grand pix, drop, rally, karting, vice city, etc -
R@f - 16.02.2008
WOW ! Nice !
R@f
Re: [MAP][FS] A lot of cool maps(grand pix, drop, rally, karting, vice city, etc) -
aleksandra - 16.02.2008
Hey, can you add in these teleport commands please? noobs dont know how to add it, please.
Re: [MAP][FS] A lot of cool maps(grand pix, drop, rally, karting, vice city, etc) -
aleksandra - 16.02.2008
i wanna ask, how can i add this Map? "filerscripts drop" dont work, (in server.cfg i mean)
Re: [MAP][FS] A lot of cool maps(grand pix, drop, rally, karting, vice city, etc) -
aleksandra - 16.02.2008
Only in MTA work... how can i add there? i make FS, but it dont shows me, can you post the FS please? (.pwn)
Re: [MAP][FS] A lot of cool maps(grand pix, drop, rally, karting, vice city, etc) -
aleksandra - 16.02.2008
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
Re: [MAP][FS] A lot of cool maps(grand pix, drop, rally, karting, vice city, etc) -
faloleroy - 16.02.2008
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
Re: [MAP][FS] A lot of cool maps(grand pix, drop, rally, karting, vice city, etc -
snipe69 - 16.02.2008
nice but some of this maps are on mta forum