Npc Problem
#1

Npc not Connecting to My server
I add this Link on my gm
Код:
ConnectNPC("SampEverNpcTest", "SampEverNpcTest");
And I Add These Link On OnPlayerSpawn

Код:
if(IsPlayerNPC(playerid))
    {
        new npcname[MAX_PLAYER_NAME];
        GetPlayerName(playerid, npcname, sizeof(npcname));
        if(!strcmp(npcname, "SampEverNpcTest", true))
        SetPlayerSkin(playerid, 271);
  		new Text3D:PTD1 = Create3DTextLabel("[SampEverNpcTest]",COLOR_GREEN,30.0,40.0,50.0,40.0,0);
   	    Attach3DTextLabelToPlayer(PTD1, playerid, 0.0, 0.0, 0.5);
        {
            PutPlayerInVehicle(playerid, BotVehicle, 0);
        }
    }
Help Me
Reply


Messages In This Thread
Npc Problem - by Salsa - 20.10.2011, 04:17
Re: Npc Problem - by [HiC]TheKiller - 20.10.2011, 04:23
Re: Npc Problem - by Salsa - 20.10.2011, 04:41
Re: Npc Problem - by Salsa - 20.10.2011, 15:06

Forum Jump:


Users browsing this thread: 2 Guest(s)