21.04.2010, 14:26
I dont know why i tryed everything after i add a idle npc the npc sometimes disappear and back
disappear and back
From where should the problem is?
disappear and back
From where should the problem is?
Originally Posted by Ben147
I dont know why i tryed everything after i add a idle npc the npc sometimes disappear and back
disappear and back From where should the problem is? |
Originally Posted by »»[DG
тσкyσDяιFт[SU]™«« ]
You mean respawn by NPC? |
if(IsPlayerNPC(playerid)) { new npcname[MAX_PLAYER_NAME]; GetPlayerName(playerid, npcname, sizeof(npcname)); if(!strcmp(npcname, "Zak", true)) { SetPlayerPos(playerid, 2448.1091,-1963.3397,13.5469); SetPlayerSkin(playerid, 125); SetPlayerTeam(playerid, 255); SetPlayerFacingAngle(playerid, 171.5765); } |
ConnectNPC("Zak","npcidle");