rRace System bug fix help.
#1

Dude please help me to fix this bug with rRyder's race system. This happens whenever I start a race.


Reply
#2

As u can see i m not spawning in a vehicle. Please tell how to fix it?
Reply
#3

Can anyone tell me where is the problem?
Reply
#4

Код:
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
Reply
#5

Quote:

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

Yes its having this
Код:
PutPlayerInVehicle(playerid, BuildVehicle, 0);
				BuildCreatedVehicle = 0x01;
				ShowDialog(playerid, 604);
Tell me what is the problem..
Reply
#6

Hello,
Add this also:

Код:
function StartRace()
{
	ForEach(i, MAX_PLAYERS)
	{
	    if(Joined[i] == true)
	    {
	      
            PutPlayerInVehicle(i, CreatedRaceVeh[i], 0);
	    }
Reply
#7

Use the rRyder's race system in a "default" gamemode given when you download samp-server from the official page. If it works, is your gamemode problem and you have to show us your gamemode, maybe just the publics like OnPlayerStateChange, or OnPlayerEnterVehicle..
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)