Why wont my npc talk?
#1

Hey,

Why wont my npc talk?

This is my code.

Код:
public OnPlayerSpawn(playerid)
{
  if(IsPlayerNPC(playerid)) //Checks if the player that just spawned is an NPC.
  {
    new npcname[MAX_PLAYER_NAME];
    GetPlayerName(playerid, npcname, sizeof(npcname)); //Getting the NPC's name.
    if(!strcmp(npcname, "MyFirstNPC", true)) //Checking if the NPC's name is MyFirstNPC
    {
      PutPlayerInVehicle(playerid, MyFirstNPCVehicle, 0); //Putting the NPC into the vehicle we created for it.
      SetPlayerChatBubble(playerid, "text", 0xFF0000FF, 100.0, 10000);

    }
    return 1;
  }
Please help me

Thank You
Reply
#2

please help
Reply
#3

Lol He will not talk.Your script just creates it and Put in the vehicle.You need to be a good scripter to make a good bot.
Reply
#4

Your NPC wont talk because you talked while recording it... you gotta script and use SendClientMessage to make him talk
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)