13.02.2011, 14:18
I have made a command for a race and you get teleported to 8 track stadium.
Here is my code so far.
I want to add a race start line, or something obvious so people know it is a race start line around here. Can anybody help me and tell me what to add/do?
Here is my code so far.
pawn Код:
if((strcmp("/race", cmdtext, true) == 0) || (strcmp("/race", cmdtext, true) == 0))
{
SetPlayerInterior(playerid,7);
SendClientMessage(playerid, 0x00FFFFAA, "You've been teleported to Race.");
new vehicleid = CreateVehicle(415,-1395.95,-208.19,1051.17, 180.0, -1, -1, -1);
LinkVehicleToInterior(vehicleid,7);
PutPlayerInVehicle(playerid,vehicleid, 0);
return 1;
}
Код:
-1394.54,-243.56,1043.20