SA-MP Forums Archive
[FilterScript] In-game NPC Creator - 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: Filterscripts (https://sampforum.blast.hk/forumdisplay.php?fid=17)
+--- Thread: [FilterScript] In-game NPC Creator (/showthread.php?tid=299207)

Pages: 1 2


Re: In-game NPC Creator - Sikswag - 12.12.2011

This helped me soo much thanks!


Re: In-game NPC Creator - Sikswag - 12.12.2011

Oh and sorry for double post how do i delete a npc?


Re: In-game NPC Creator - fiki574 - 12.12.2011

Quote:
Originally Posted by Sikswag
View Post
This helped me soo much thanks!
No problem!

Quote:
Originally Posted by Sikswag
View Post
Oh and sorry for double post how do i delete a npc?
Go to your "scriptfiles" and find "mynpc.pwn" and "YourNpc.rec" and delete that!


Re: In-game NPC Creator - Tobias100500 - 12.12.2011

nice)


Re: In-game NPC Creator - Epic_Mickey - 12.12.2011

.pwn on pastebin please


Re: In-game NPC Creator - malvision - 12.12.2011

Nice works great thanks


Re: In-game NPC Creator - fiki574 - 12.12.2011

Quote:
Originally Posted by Tobias100500
View Post
nice)
Tnx!

Quote:
Originally Posted by Epic_Mickey
View Post
.pwn on pastebin please
Is it so hard to download 8kb file?

Quote:
Originally Posted by malvision
View Post
Nice works great thanks
Thank you!


Re: In-game NPC Creator - Domenic_Corleone - 14.12.2011

for some reson the npc spawn with an infernus even when i select it on foot help pls.


Re: In-game NPC Creator - fiki574 - 14.12.2011

Quote:
Originally Posted by Domenic_Corleone
View Post
for some reson the npc spawn with an infernus even when i select it on foot help pls.
Oh sorry! I found a bug! It was under ON_PLAYER_FOOT recording instead of vehicle recording!
Anyway, I got new link up! Redownload!


AW: In-game NPC Creator - BiosMarcel - 16.09.2012

Nice (-:


Re: In-game NPC Creator - _Khaled_ - 06.10.2012

Guys, now I recorded, any steps on how to add them to the GAMEMODE?


Re: In-game NPC Creator - StuartD - 06.10.2012

OMG! THIS IS AWESOME! I shall be using & crediting! Thank you so much!


Re: In-game NPC Creator - Ghost_Boii - 06.10.2012

Nice Work


Respuesta: In-game NPC Creator - LangstonRonalds - 10.10.2012

cool but i get errors
Code:
C:\Documents and Settings\House\Desktop\SAMP\filterscripts\npcc.pwn(53) : error 017: undefined symbol "ShowPlayerDialog"
C:\Documents and Settings\House\Desktop\SAMP\filterscripts\npcc.pwn(70) : error 017: undefined symbol "ShowPlayerDialog"
C:\Documents and Settings\House\Desktop\SAMP\filterscripts\npcc.pwn(71) : error 017: undefined symbol "StopRecordingPlayerData"
C:\Documents and Settings\House\Desktop\SAMP\filterscripts\npcc.pwn(79) : warning 235: public function lacks forward declaration (symbol "OnDialogResponse")
C:\Documents and Settings\House\Desktop\SAMP\filterscripts\npcc.pwn(87) : error 017: undefined symbol "ShowPlayerDialog"
C:\Documents and Settings\House\Desktop\SAMP\filterscripts\npcc.pwn(102) : error 017: undefined symbol "ShowPlayerDialog"
C:\Documents and Settings\House\Desktop\SAMP\filterscripts\npcc.pwn(106) : error 017: undefined symbol "ShowPlayerDialog"
C:\Documents and Settings\House\Desktop\SAMP\filterscripts\npcc.pwn(123) : error 017: undefined symbol "ShowPlayerDialog"
C:\Documents and Settings\House\Desktop\SAMP\filterscripts\npcc.pwn(128) : error 017: undefined symbol "ShowPlayerDialog"
C:\Documents and Settings\House\Desktop\SAMP\filterscripts\npcc.pwn(151) : error 017: undefined symbol "ShowPlayerDialog"
C:\Documents and Settings\House\Desktop\SAMP\filterscripts\npcc.pwn(156) : error 017: undefined symbol "ShowPlayerDialog"
C:\Documents and Settings\House\Desktop\SAMP\filterscripts\npcc.pwn(180) : error 017: undefined symbol "ShowPlayerDialog"
C:\Documents and Settings\House\Desktop\SAMP\filterscripts\npcc.pwn(203) : error 017: undefined symbol "ShowPlayerDialog"
C:\Documents and Settings\House\Desktop\SAMP\filterscripts\npcc.pwn(220) : error 017: undefined symbol "ShowPlayerDialog"
C:\Documents and Settings\House\Desktop\SAMP\filterscripts\npcc.pwn(234) : error 017: undefined symbol "StartRecordingPlayerData"
C:\Documents and Settings\House\Desktop\SAMP\filterscripts\npcc.pwn(252) : error 017: undefined symbol "ShowPlayerDialog"
C:\Documents and Settings\House\Desktop\SAMP\filterscripts\npcc.pwn(272) : error 017: undefined symbol "StartRecordingPlayerData"
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


16 Errors.
can u help?


Re: In-game NPC Creator - MoDee - 10.10.2012

Good job man


Re: In-game NPC Creator - XProtocol - 10.10.2012

Very useful. Thanks


Re: In-game NPC Creator - Beckett - 16.11.2012

Sounds great gonna test it


Re: In-game NPC Creator - Private200 - 15.01.2013

Bug found :

Whenever i do "Ok" or "Continue" i don't remember the button at the first dialog , it closes automatically . When i type "/npc" again to create , it says : "Error : You are already making an NPC"


Re: In-game NPC Creator - Sowi - 16.01.2013

Error:
Quote:

error 017: undefined symbol "NpcPlayback"

Code:
Quote:

#include <a_npc>
#define NPC NpcPlayback


NextPlayBack()
{
StartRecordingPlayback(PLAYER_RECORDING_TYPE_DRIVE R,NPC);
}

public OnRecordingPlaybackEnd()
{
NextPlayBack();
}
public OnNPCSpawn()
{
NextPlayBack();
}
public OnNPCExitVehicle()
{
StopRecordingPlayback();
}

Help.


Re: In-game NPC Creator - fiki574 - 16.01.2013

This is outdated and pretty bad filterscript! :/

Please use newer ones which can be found here on forums! Sorry for any inconvinience!