Race start line
#1

I have made a command for a race and you get teleported to 8 track stadium.
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;
    }
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?
Код:
-1394.54,-243.56,1043.20
Reply


Messages In This Thread
Race start line - by Beginnercoder - 13.02.2011, 14:18
AW: Race start line - by XoX - 13.02.2011, 14:21
Re: AW: Race start line - by Beginnercoder - 13.02.2011, 14:25
AW: Race start line - by XoX - 13.02.2011, 14:30
Re: Race start line - by Beginnercoder - 13.02.2011, 14:47

Forum Jump:


Users browsing this thread: 1 Guest(s)