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
and this on my OnGameModInitPHP Code:if(IsPlayerNPC(playerid))
{
new npcname[MAX_PLAYER_NAME];
GetPlayerName(playerid, npcname, sizeof(npcname));
if(!strcmp(npcname, "Bus_Driver", true))
{
PutPlayerInVehicle(playerid, BusDriverVehicle, 0);
}
if(!strcmp(npcname, "Bus_Driver2", true))
{
PutPlayerInVehicle(playerid, BusDriverVehicle2, 0);
return 1;
}
return 1;
}
PHP Code:ConnectNPC("Bus_Driver","bus");
BusDriverVehicle = CreateVehicle(437, 0.0, 0.0, 5.0, 0.0, 3, 3, -1);
ConnectNPC("Bus_Driver2","bus2");
BusDriverVehicle2 = CreateVehicle(437, 0.0, 0.0, 5.0, 0.0, 3, 3, -1)
My Problem is the blue bus and black bus is always stuck in blueberry
thanks in advance



Reply With Quote

