How do I make this?
#4

pawn Код:
new lastvehicle[MAX_PLAYERS];

public OnPlayerConnect(playerid)
{
    lastvehicle[playerid] = -1;
    return 1;
}

public OnPlayerStateChange(playerid,newstate,oldstate)
{
    if(newstate == 2)
    {
      // WANTED LEVEL here.
    }
    return 1;
}
Edited from the post above, modified for your request.
Reply


Messages In This Thread
How do I make this? - by grand.Theft.Otto - 21.07.2011, 01:37
Re: How do I make this? - by [HiC]TheKiller - 21.07.2011, 01:49
Re: How do I make this? - by grand.Theft.Otto - 21.07.2011, 03:32
Re: How do I make this? - by Deskoft - 21.07.2011, 03:38
Re: How do I make this? - by grand.Theft.Otto - 21.07.2011, 03:45
Re: How do I make this? - by Donya - 21.07.2011, 04:00
Re: How do I make this? - by [HiC]TheKiller - 21.07.2011, 04:17

Forum Jump:


Users browsing this thread: 3 Guest(s)