what not show 3 bot npc
#1

just 1 show npc ples help me





info


Код HTML:
//==============================================================================

public OnPlayerSpawn(playerid)
{
    if(IsPlayerNPC(playerid))
	{
		if(strcmp(PlayerName(playerid), "customer") == 0)
		{
			 SetPlayerPos(playerid,-1531.9147, 930.6770, 6.9632);
             SetPlayerCameraLookAt(playerid,2315,-7.31,26.740);
             SetPlayerSkin(playerid,85);


			 SetPlayerPos(playerid,-1539.9786, 930.8494, 6.9632);
             SetPlayerCameraLookAt(playerid,2315,-7.31,26.740);
             SetPlayerSkin(playerid,85);
             
       		 SetPlayerPos(playerid,-1561.4453, 1030.5078, 6.3594);
             SetPlayerCameraLookAt(playerid,2315,-7.31,26.740);
             SetPlayerSkin(playerid,85);
		}
		return 1;
	}
	new string[128];
	new pname[128];

	GetPlayerName(playerid,pname,sizeof(pname));
Reply
#2

help me
Reply
#3

Your only dealing with 1 npc help yourself.....
Reply
#4

Quote:

Your only dealing with 1 npc help yourself.....

i not Understand
Exactly what to do
Reply
#5

:lllllllllll help plz
Reply
#6

uppp
Reply
#7

need help
Reply
#8

Are you connecting the rest of the NPC's?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)