Help about LS Bus System

Results 1 to 4 of 4
  1. #1
    Enthusiast Amedamaru is offline
    MemberRank
    Dec 2008 Join Date
    41Posts

    Help about LS Bus System

    i need help when i used this script the bus stuck in Blueberry and not run
    Heres the Link of the FS: [FilterScript] Adil's LS Bus System - SA-MP Forums
    i already put this on my OnPlayerSpawn
    PHP Code:
    if(IsPlayerNPC(playerid))
        {
            new 
    npcname[MAX_PLAYER_NAME];
            
    GetPlayerName(playeridnpcnamesizeof(npcname));
            if(!
    strcmp(npcname"Bus_Driver"true))
            {
                
    PutPlayerInVehicle(playeridBusDriverVehicle0);
            }
            if(!
    strcmp(npcname"Bus_Driver2"true))
            {
                   
    PutPlayerInVehicle(playeridBusDriverVehicle20);
                  return 
    1;
            }
            return 
    1;
        } 
    and this on my OnGameModInit
    PHP Code:
    ConnectNPC("Bus_Driver","bus");
        
    BusDriverVehicle CreateVehicle(4370.00.05.00.033, -1);
        
    ConnectNPC("Bus_Driver2","bus2");
        
    BusDriverVehicle2 CreateVehicle(4370.00.05.00.033, -1

    My Problem is the blue bus and black bus is always stuck in blueberry
    thanks in advance


  2. #2
    Member Borderlands is offline
    MemberRank
    Jan 2011 Join Date
    I'm homelessLocation
    84Posts

    Re: Help about LS Bus System

    PM the script coder.

    He is sure to be able to fix the problem.

  3. #3
    Enthusiast Amedamaru is offline
    MemberRank
    Dec 2008 Join Date
    41Posts

    Re: Help about LS Bus System

    @Borderlands thanks for your reply
    any idea or help?

  4. #4
    Member Borderlands is offline
    MemberRank
    Jan 2011 Join Date
    I'm homelessLocation
    84Posts

    Re: Help about LS Bus System

    I don't know how to code, I just no that 99.99% if the time.

    The script owner will help you. If he is nice that is :P



Advertisement