SA-MP Forums Archive
Problems with NPC - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Problems with NPC (/showthread.php?tid=561265)



Problems with NPC - CoR3 - 02.02.2015

Hello, i did a video to explain that.
http://*********/hj70oeDJwIw

as you can see, the recording start but the body stays on one place... and the other problem is the skin dont change.

My Spawn
PHP код:
    if(IsPlayerNPC(playerid))
      {
        new 
npcname[24];
        
GetPlayerName(playeridnpcname24);
        if(!
strcmp(npcname"Config"true))
        {
             
SetSpawnInfo(playerid0711958.331343.1215.36269.1500000);
        }
        return 
1;
      } 



Respuesta: Problems with NPC - CoR3 - 02.02.2015

somebody could help me?


Respuesta: Problems with NPC - CoR3 - 03.02.2015

....


Re: Problems with NPC - Threshold - 03.02.2015

Does your OnPlayerUpdate return 1? :l