12.04.2014, 14:19
Dude please help me to fix this bug with rRyder's race system. This happens whenever I start a race.
PutPlayerInVehicle(playerid, vehicleid, seatid)
|
Code: PutPlayerInVehicle(playerid, vehicleid, seatid) Try checking if the FS has that code when the player joins the race. Anyways, post it in the release thread of rRace |
PutPlayerInVehicle(playerid, BuildVehicle, 0); BuildCreatedVehicle = 0x01; ShowDialog(playerid, 604);
function StartRace()
{
ForEach(i, MAX_PLAYERS)
{
if(Joined[i] == true)
{
PutPlayerInVehicle(i, CreatedRaceVeh[i], 0);
}