My npc wont talk on player entry
#3

pawn Код:
public OnPlayerEnterVehicle(playerid, vehicleid, ispassenger)
{
    new seatno = GetPlayerVehicleSeat(playerid);
    if(vehicleid == Taxi){
   
        if(seatno > 1) return SendClientMessage(playerid, 0xFFFFFFFF ," I am Driveress. I take you to all the airports in San Andreas. My driiving skill was based on an NRG-500. That is why I might drive poorly.");
        if(seatno > 2) return SendClientMessage(playerid, 0xFFFFFFFF ," I am Driveress. I take you to all the airports in San Andreas. My driiving skill was based on an NRG-500. That is why I might drive poorly.");
        if(seatno > 3) return SendClientMessage(playerid, 0xFFFFFFFF ," I am Driveress. I take you to all the airports in San Andreas. My driiving skill was based on an NRG-500. That is why I might drive poorly.");
        if(seatno > 0) return SetPlayerHealth(playerid, 0); SendClientMessage(playerid, 0xFFFFFF, "How can you jack an NPC's CAR?!"); PutPlayerInVehicle(0, Taxi, 0);
    }
    return 1;
}
Reply


Messages In This Thread
My npc wont talk on player entry - by Jagofr - 16.10.2011, 20:45
Re: My npc wont talk on player entry - by [MG]Dimi - 16.10.2011, 20:46
Re: My npc wont talk on player entry - by SuperViper - 16.10.2011, 21:38
Re: My npc wont talk on player entry - by Jagofr - 16.10.2011, 23:02
Re: My npc wont talk on player entry - by Jagofr - 17.10.2011, 12:48
Re: My npc wont talk on player entry - by [Diablo] - 17.10.2011, 12:55
Re: My npc wont talk on player entry - by Jagofr - 17.10.2011, 12:58
Re: My npc wont talk on player entry - by Jagofr - 17.10.2011, 13:11
Re: My npc wont talk on player entry - by [Diablo] - 17.10.2011, 13:12

Forum Jump:


Users browsing this thread: 1 Guest(s)