16.02.2008, 13:30
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
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;
}