SA-MP Forums Archive
[MAP/FS]Kart Race - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Filterscripts (https://sampforum.blast.hk/forumdisplay.php?fid=17)
+--- Thread: [MAP/FS]Kart Race (/showthread.php?tid=99664)



[MAP/FS]Kart Race - Daslee - 29.09.2009

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;
}



Re: [MAP/FS]Kart Race - MeHaBeL - 29.09.2009

is nice for first work in MTA (:


Re: [MAP/FS]Kart Race - Daslee - 29.09.2009

thx


Re: [MAP/FS]Kart Race - DokerJr - 29.09.2009

lol

nice man

Good map


thx


Re: [MAP/FS]Kart Race - [XST]O_x - 29.09.2009

Very nice :P


Re: [MAP/FS]Kart Race - Daslee - 29.09.2009

thx for all I dont thinked about that comments


Re: [MAP/FS]Kart Race - marcoss - 18.10.2009

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

how you converted the map?


Re: [MAP/FS]Kart Race - MenaceX^ - 18.10.2009

Where's it located?


Re: [MAP/FS]Kart Race - The_Real_Boss - 23.11.2009

located just about 2 meters from sf airport runway


Re: [MAP/FS]Kart Race - Guedes747 - 23.11.2009

Good one. Keep on working.