[HELP] Script is acting wierd
#8

Quote:
Originally Posted by Universal
Посмотреть сообщение
This will require you to be a Taxi Driver in your BOTH jobs.
You're right, failed...

Try this... :
pawn Код:
if( GetVehicleModel( GetPlayerVehicleID( playerid ) ) == 420 )
{
    if( ( Player[ playerid ][ Job ] != 8 ) || ( Player[ playerid ][ Job2 ] != 8 ) )
    {
        SendClientMessage( playerid, WHITE, "You must be a taxi driver to drive a taxi!" );
        RemovePlayerFromVehicle( playerid );
        return 0;
    }
    else
    {
        SendClientMessage( playerid, WHITE, "You are now accepting taxi calls!" );
        OnTaxiDuty[ playerid ] = 1;
    }
    return 1;
}
Reply


Messages In This Thread
[HELP] Script is acting wierd - by Nuke547 - 19.02.2012, 16:12
Re: [HELP] Script is acting wierd - by V_LOPE - 19.02.2012, 16:17
Re: [HELP] Script is acting wierd - by Madd Kat - 19.02.2012, 16:18
Re: [HELP] Script is acting wierd - by aRoach - 19.02.2012, 16:19
Re: [HELP] Script is acting wierd - by ReneG - 19.02.2012, 16:20
Re: [HELP] Script is acting wierd - by Universal - 19.02.2012, 16:22
Re: [HELP] Script is acting wierd - by Madd Kat - 19.02.2012, 16:24
Re: [HELP] Script is acting wierd - by aRoach - 19.02.2012, 16:26
Re: [HELP] Script is acting wierd - by Nuke547 - 19.02.2012, 16:26
Re: [HELP] Script is acting wierd - by Universal - 19.02.2012, 16:28

Forum Jump:


Users browsing this thread: 2 Guest(s)