how remove vehicle
#6

Assuming that getCheckpointType returns the checkpointid:
pawn Код:
public OnPlayerExitVehicle(playerid, vehicleid)
{
    if (getCheckpointType(playerid) == CP_wangcars || getCheckpointType(playerid) == CP_GUN)
    {
        DestroyVehicle(vehicleid);
    }
    return 1;
}
Reply


Messages In This Thread
how remove vehicle - by br155 - 01.01.2014, 11:14
Respuesta: how remove vehicle - by br155 - 01.01.2014, 11:25
Respuesta: how remove vehicle - by br155 - 01.01.2014, 13:26
Re: how remove vehicle - by Unri - 01.01.2014, 13:28
Respuesta: how remove vehicle - by br155 - 01.01.2014, 13:37
Re: how remove vehicle - by Konstantinos - 01.01.2014, 13:57
Respuesta: how remove vehicle - by br155 - 01.01.2014, 14:14

Forum Jump:


Users browsing this thread: 1 Guest(s)