Admin cars
#11

Oh,, i didn't notice this:

pawn Код:
#if EnableSpec == true // <-------------------
//==============================================================================
public OnPlayerStateChange(playerid, newstate, oldstate)
{
    switch(newstate)
    {
        case PLAYER_STATE_ONFOOT:
        {
        switch(oldstate)
        {
            case PLAYER_STATE_DRIVER: OnPlayerExitVehicle(playerid,255);
            case PLAYER_STATE_PASSENGER: OnPlayerExitVehicle(playerid,255);
            }
        }
    }
    return 1;
}
#endif // <---------------------
Can i just make an extra public OnPlayerStateChange, or do i have to put it in here?
Reply


Messages In This Thread
Admin cars - by Wesley221 - 05.05.2011, 09:49
Re: Admin cars - by Cameltoe - 05.05.2011, 09:57
Re: Admin cars - by [DDC]Delight - 05.05.2011, 09:59
Re: Admin cars - by Wesley221 - 05.05.2011, 10:00
Re: Admin cars - by [DDC]Delight - 05.05.2011, 10:02
Re: Admin cars - by [SFA]SpiRRiT - 05.05.2011, 10:04
Re: Admin cars - by Wesley221 - 05.05.2011, 10:07
Re: Admin cars - by [DDC]Delight - 05.05.2011, 10:10
Re: Admin cars - by Wesley221 - 05.05.2011, 10:14
Re: Admin cars - by [DDC]Delight - 05.05.2011, 10:15
Re: Admin cars - by Wesley221 - 05.05.2011, 10:23
Re: Admin cars - by MadeMan - 05.05.2011, 11:19
Re: Admin cars - by [SFA]SpiRRiT - 05.05.2011, 11:35
Re: Admin cars - by Wesley221 - 05.05.2011, 13:44
Re: Admin cars - by [DDC]Delight - 05.05.2011, 13:53
Re: Admin cars - by Wesley221 - 05.05.2011, 14:50
Re: Admin cars - by MadeMan - 05.05.2011, 14:52
Re: Admin cars - by Wesley221 - 05.05.2011, 15:03
Re: Admin cars - by Wesley221 - 06.05.2011, 11:14

Forum Jump:


Users browsing this thread: 1 Guest(s)