Help about LS Bus System
#1

i need help when i used this script the bus stuck in Blueberry and not run
Heres the Link of the FS: https://sampforum.blast.hk/showthread.php?tid=275695
i already put this on my OnPlayerSpawn
PHP код:
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 код:
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
Reply


Messages In This Thread
Help about LS Bus System - by PRoleplay - 30.11.2012, 19:13
Re: Help about LS Bus System - by NumbSkull - 30.11.2012, 19:19
Re: Help about LS Bus System - by PRoleplay - 30.11.2012, 19:25
Re: Help about LS Bus System - by NumbSkull - 30.11.2012, 19:34
Re: Help about LS Bus System - by PRoleplay - 01.12.2012, 06:28
Re: Help about LS Bus System - by PRoleplay - 01.12.2012, 11:47
Re: Help about LS Bus System - by Arpatos - 01.12.2012, 15:42
Re: Help about LS Bus System - by Arpatos - 01.12.2012, 17:30
Re: Help about LS Bus System - by PRoleplay - 01.12.2012, 17:41
Re: Help about LS Bus System - by PRoleplay - 02.12.2012, 06:48

Forum Jump:


Users browsing this thread: 1 Guest(s)