one more question
#3

Juuleman, he meant (I think) that the vehicle just respawns/removes after exitting it;
@AklexXx95:

Code 1: The vehicle will respawn after exitting it
pawn Код:
public OnPlayerExitVehicle(playerid, vehicleid)
{
    SetVehicleToRespawn(vehicleid);
    return 1;
}
Code 2: This will remove the vehicle, it won't be back:
pawn Код:
public OnPlayerExitVehicle(playerid, vehicleid)
{
    DestroyVehicle(vehicleid);
    return 1;
}
Reply


Messages In This Thread
one more question - by AlexXx95 - 09.11.2010, 14:26
Re: one more question - by juuleman - 09.11.2010, 14:39
Re: one more question - by Kwarde - 09.11.2010, 14:42

Forum Jump:


Users browsing this thread: 1 Guest(s)