Little problem with random..
#4

Okay 1 more problem.. When I enter the vehicle I added if player state is Driver it will start the timer but it won't..
Code:
pawn Код:
public OnPlayerEnterVehicle(playerid, vehicleid, ispassenger)
{
    if(GetPlayerState(playerid) == PLAYER_STATE_DRIVER)
    {
        SetTimerEx("EngStartup", 1000, false, "d", playerid);
        return 1;
    }
    return 1;
}
Where is the problem?
Reply


Messages In This Thread
Little problem with random.. - by Lajko1 - 07.11.2013, 16:51
Re: Little problem with random.. - by Konstantinos - 07.11.2013, 16:55
Re: Little problem with random.. - by Lajko1 - 07.11.2013, 16:59
Re: Little problem with random.. - by Lajko1 - 07.11.2013, 17:25
Re: Little problem with random.. - by TouR - 07.11.2013, 17:28
Re: Little problem with random.. - by Lajko1 - 07.11.2013, 17:37

Forum Jump:


Users browsing this thread: 1 Guest(s)