Mission help.
#4

The code works its something to do with your checkpoint or vehicle id. You might not have scripted it right to get the results you want this works, just tested does print to the console window.
pawn Код:
public OnPlayerKeyStateChange(playerid, newkeys, oldkeys)
{
    if(newkeys & KEY_SUBMISSION)
    {
        if(IsPlayerInAnyVehicle(playerid))
        {
            printf("Played %s has started a van mission");
        }
    }
    return 1;
}
Reply


Messages In This Thread
Mission help. - by Haydz - 18.01.2011, 12:45
Re: Mission help. - by iggy1 - 18.01.2011, 12:52
Re: Mission help. - by Haydz - 18.01.2011, 12:58
Re: Mission help. - by iggy1 - 18.01.2011, 13:07
Re: Mission help. - by Haydz - 18.01.2011, 13:13
Re: Mission help. - by iggy1 - 18.01.2011, 13:20
Re: Mission help. - by Haydz - 18.01.2011, 13:29
Re: Mission help. - by iggy1 - 18.01.2011, 13:34

Forum Jump:


Users browsing this thread: 2 Guest(s)