cool kart track + teleports and karts ;)
#1

i have made an kart track
i hope you like it here is the link:

sorry for my bad english i'm Dutch





pastebin OLD VERSION


I have made update of kart track I Xobjects have now used differently have you chance that you do not want a lot of objects wrong and that you of course


NEW VERSION
Reply
#2

looks cool, i'll try it

edit: whats the cmd to exit? I saw only

Quote:

#
teleport:
#

#
if(!strcmp("/kart", cmdtext, true))
#
{
#
SetPlayerPos(playerid, 1056.551147, -3192.062744, 3.647614);
#
SendClientMessage(playerid, 0x00FF00AA, "Welcome in the kart track");
#
}

Reply
#3

maybe you can kill your self? or some thing lol

Nice i will test this!!!
Reply
#4

Quote:

looks cool, i'll try it Wink

edit: whats the cmd to exit? I saw only

i have an teleport to the airport
this is the teleport
Код:
if(!strcmp("/airport", cmdtext, true))
	{
	if(IsPlayerInAnyVehicle(playerid))
	{
		new vehicleid = GetPlayerVehicleID(playerid);
		SetVehiclePos(vehicleid, 1967.1571,-2232.1267,17.2953);
	}
	else
	{
		SetPlayerPos(playerid, 1967.1571,-2232.1267,17.2953);
	}
	}
Reply
#5

Can you make karts in it?
Reply
#6

yes


i have made 4 karts
here it is
Код:
AddStaticVehicle(571,1042.144531, -3199.285400, 2.652258,5,1); // kart1
AddStaticVehicle(571,1046.631836, -3199.412109, 2.652258,3,0); // kart2
AddStaticVehicle(571,1050.777466, -3199.178467, 2.652258,6,86); // kart3
AddStaticVehicle(571,1055.418823, -3199.122314, 2.652258,1,126); // kart4
Reply
#7

Quote:
Originally Posted by gijsmin
yes


i have made 4 karts
here it is
Quote:

AddStaticVehicle(571,1042.144531, -3199.285400, 2.652258,5,1); // kart1
AddStaticVehicle(571,1046.631836, -3199.412109, 2.652258,3,0); // kart2
AddStaticVehicle(571,1050.777466, -3199.178467, 2.652258,6,86); // kart3
AddStaticVehicle(571,1055.418823, -3199.122314, 2.652258,1,126); // kart4

Sounds Cool But... Did you put the right link? 0o

Stay Cool
Reply
#8

They wouldn't work for me, I used;

Код:
CreateVehicle(571, 1042.144531, -3199.285400, 2.652258, 355.973358, -1, -1,120);
CreateVehicle(571, 1046.631836, -3199.412109, 2.652258, 355.973358, -1, -1,120);
CreateVehicle(571, 1050.777466, -3199.178467, 2.652258, 355.973358, -1, -1,120);
CreateVehicle(571, 1055.418823, -3199.122314, 2.652258, 355.973358, -1, -1,120);
thx
Reply
#9

no
why do you have set this
CreateVehicle(571, 1042.144531, -3199.285400, 2.652258, 355.973358, -1, -1,120);
CreateVehicle(571, 1046.631836, -3199.412109, 2.652258, 355.973358, -1, -1,120);
CreateVehicle(571, 1050.777466, -3199.178467, 2.652258, 355.973358, -1, -1,120);
CreateVehicle(571, 1055.418823, -3199.122314, 2.652258, 355.973358, -1, -1,120);

you have changed the colors
it is

Код:
AddStaticVehicle(571,1042.144531, -3199.285400, 2.652258,5,1); // kart1
AddStaticVehicle(571,1046.631836, -3199.412109, 2.652258,3,0); // kart2
AddStaticVehicle(571,1050.777466, -3199.178467, 2.652258,6,86); // kart3
AddStaticVehicle(571,1055.418823, -3199.122314, 2.652258,1,126); // kart4
do not change
this work

Reply
#10

Does it matter... You ain't even got the colours on yours, let alone got the Float:Z_angle coord...
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)