[MAP/FS]Kart Race
#1

Hello this is my first Map create with MTA Map Editor. Pics:



Downloads:

Pastebin:
Pastebin

FS:


Teleport cmd:
Код:
	if(strcmp(cmdtext, "/kartrace", true) == 0) {
	if(IsPlayerInAnyVehicle(playerid)) {
new Float:X;
new Float:Y;
new Float:Z;
new VehicleID;
GetPlayerPos(playerid, X, Y, Z);
VehicleID = GetPlayerVehicleID(playerid);
SetPlayerInterior(playerid,0);
SetVehiclePos(VehicleID,-1054.50390625,167.0634765625,1.75);
GameTextForPlayer(playerid,"/kartrace...",2500,3);
	} else {
new Float:X;
new Float:Y;
new Float:Z;
new fString[128];
new pName[20];
GetPlayerPos(playerid, X, Y, Z);
GetPlayerName(playerid, pName, 20);
SetPlayerInterior(playerid,0);
SetPlayerPos(playerid,-1054.50390625,167.0634765625,1.75);
format(fString, 128, "%s (ID:%d) Teleported to /kartrace", pName, playerid);
GameTextForPlayer(playerid,"/kartrace...",2500,3);
SendClientMessageToAll(0x33CCFFAA, fString);

}
	return 1;
}
Reply
#2

is nice for first work in MTA (:
Reply
#3

thx
Reply
#4

lol

nice man

Good map


thx
Reply
#5

Very nice :P
Reply
#6

thx for all I dont thinked about that comments
Reply
#7

could not convert to this new version of the MTA map editor

how you converted the map?
Reply
#8

Where's it located?
Reply
#9

located just about 2 meters from sf airport runway
Reply
#10

Good one. Keep on working.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)