Chasecar
#4

Quote:
Originally Posted by Wesley221
Посмотреть сообщение
Where did you forward the timer, and can you show us how? Also show us the line with SetTimer
I didn't forward it, only
pawn Код:
new timer;
and this
pawn Код:
public OnPlayerExitVehicle(playerid, vehicleid)
{
//  new currentveh;
//  currentveh = GetPlayerVehicleID(playerid);
    if(GetPlayerState(playerid)==PLAYER_STATE_DRIVER) {
        DestroyVehicle(vehicleid);                //thats supposed to be in the timer. no slapping out
    }
//  TextDrawShowForPlayer(playerid,Cardestroyed);
//  SetTimerEx("cardestroyedhide", 5000, 0, "i", playerid);
    SetTimerEx("cardestroyedhide", 5000, 0, "i", vehicleid);
}
I don't have OnGamemodeInIt any timer about
pawn Код:
SetTimerEx("cardestroyedhide", 5000, 0, "i", vehicleid);
Reply


Messages In This Thread
Chasecar - by Kostas' - 15.10.2011, 15:22
Re: Chasecar - by Kostas' - 15.10.2011, 16:36
Re: Chasecar - by Wesley221 - 15.10.2011, 16:52
Re: Chasecar - by Kostas' - 15.10.2011, 16:59
Re: Chasecar - by [MWR]Blood - 15.10.2011, 17:35
Re: Chasecar - by Kostas' - 15.10.2011, 19:08
Re: Chasecar - by [MWR]Blood - 15.10.2011, 19:10
Re: Chasecar - by Kostas' - 15.10.2011, 19:18
Re: Chasecar - by Kostas' - 16.10.2011, 13:49

Forum Jump:


Users browsing this thread: 1 Guest(s)