vehicle wont respawn
#1

these are the lines with the car:
else if (listitem == 5)
{
if(IsPlayerInVehicle(playerid, masina[0]))
{
return 1;
}
else
{
SetVehicleToRespawn(masina[0]);
}
}
the problem is it respawns the car at first but when i enter it and drive a little it doesnt .
Reply
#2

else if (listitem == 5)
{
if(!IsPlayerInVehicle(playerid, masina[0]))
{
SetVehicleToRespawn(masina[0]);
}
}
Reply
#3

still the same. can anyone help me ?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)