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(playerid, npcname, 24);
if(!strcmp(npcname, "Config", true))
{
SetSpawnInfo(playerid, 0, 71, 1958.33, 1343.12, 15.36, 269.15, 0, 0, 0, 0, 0, 0 );
}
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