Re: [FS] NPC Creator ( Create your own NPC In Game!) -
Iuri - 29.05.2010
Minor Bugs Fixed. Please Download the new version.
Re: [FS] NPC Creator ( Create your own NPC In Game!) -
Chrisspartan - 29.05.2010
Sorry,i can't more than 5 messages,the npc works now,thanks!
Re: [FS] NPC Creator ( Create your own NPC In Game!) -
Iuri - 29.05.2010
Quote:
|
Originally Posted by Chrisspartan
Sorry,i can't more than 5 messages,the npc works now,thanks!
|
Alright
Re: [FS] NPC Creator ( Create your own NPC In Game!) -
vidmas5 - 30.05.2010
#include <a_npc>
main() {}
NextPlayBack(playerid)
{
StartRecordingPlayback(PLAYER_RECORDING_TYPE_ONFOO T,NPC);
GivePlayerWeapon(playerid,0,999999);
}
public OnRecordingPlaybackEnd()
{
NextPlayback(playerid);
}
public OnNPCSpawn()
{
NextPlayback(playerid);
ConnectNPC("Vidmas5","Billops");
}
public OnNPCExitVehicle()
{
StopRecordingPlayback();
}
Plz Help!!!
C:\Users\user\Desktop\New Folder (3)\Los Santos Gang Wars\npcmodes\NPC.pwn(

: error 017: undefined symbol "NextPlayback"
C:\Users\user\Desktop\New Folder (3)\Los Santos Gang Wars\npcmodes\NPC.pwn(20) : error 017: undefined symbol "NextPlayback"
C:\Users\user\Desktop\New Folder (3)\Los Santos Gang Wars\npcmodes\NPC.pwn(21) : error 017: undefined symbol "ConnectNPC"
C:\Users\user\Desktop\New Folder (3)\Los Santos Gang Wars\npcmodes\NPC.pwn(2

: warning 203: symbol is never used: "NextPlayBack"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
3 Errors.
Re: [FS] NPC Creator ( Create your own NPC In Game!) -
Iuri - 30.05.2010
Quote:
|
Originally Posted by vidmas5
#include <a_npc>
main() {}
NextPlayBack(playerid)
{
StartRecordingPlayback(PLAYER_RECORDING_TYPE_ONFOO T,NPC);
GivePlayerWeapon(playerid,0,999999);
}
public OnRecordingPlaybackEnd()
{
NextPlayback(playerid);
}
public OnNPCSpawn()
{
NextPlayback(playerid);
ConnectNPC("Vidmas5","Billops");
}
public OnNPCExitVehicle()
{
StopRecordingPlayback();
}
Plz Help!!!
C:\Users\user\Desktop\New Folder (3)\Los Santos Gang Wars\npcmodes\NPC.pwn(  : error 017: undefined symbol "NextPlayback"
C:\Users\user\Desktop\New Folder (3)\Los Santos Gang Wars\npcmodes\NPC.pwn(20) : error 017: undefined symbol "NextPlayback"
C:\Users\user\Desktop\New Folder (3)\Los Santos Gang Wars\npcmodes\NPC.pwn(21) : error 017: undefined symbol "ConnectNPC"
C:\Users\user\Desktop\New Folder (3)\Los Santos Gang Wars\npcmodes\NPC.pwn(2  : warning 203: symbol is never used: "NextPlayBack"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
3 Errors.
|
Correct Ussage:
Код:
#include <a_npc>
main() {}
NextPlayBack(playerid)
{
StartRecordingPlayback(PLAYER_RECORDING_TYPE_ONFOOT,"Billops");
GivePlayerWeapon(playerid,0,999999);
}
public OnRecordingPlaybackEnd()
{
NextPlayBack(playerid);
}
public OnNPCSpawn()
{
NextPlayback(playerid);
ConnectNPC("Vidmas5","Billops");
}
public OnNPCExitVehicle()
{
StopRecordingPlayBack();
}
Download New Version. Bugs Are Fixed.
Re: [FS] NPC Creator ( Create your own NPC In Game!) -
_Tw1xEr_ - 30.05.2010
Thanx Dude , im need that .
Re: [FS] NPC Creator ( Create your own NPC In Game!) -
vidmas5 - 30.05.2010
I Dowleoding New Version But, Errors.....
#include <a_npc>
main() {}
NextPlayBack(playerid)
{
StartRecordingPlayback(PLAYER_RECORDING_TYPE_ONFOO T,"Billops");
GivePlayerWeapon(playerid,0,999999);
}
public OnRecordingPlaybackEnd()
{
NextPlayBack(playerid);
}
public OnNPCSpawn()
{
NextPlayback(playerid);
ConnectNPC("Vidmas5","Billops");
}
public OnNPCExitVehicle()
{
StopRecordingPlayBack();
}
Errors....
C:\Users\user\Desktop\New Folder (3)\Studija\npcmodes\NPC.pwn(11) : error 017: undefined symbol "GivePlayerWeapon"
C:\Users\user\Desktop\New Folder (3)\Studija\npcmodes\NPC.pwn(

: warning 203: symbol is never used: "playerid"
C:\Users\user\Desktop\New Folder (3)\Studija\npcmodes\NPC.pwn(15) : error 017: undefined symbol "playerid"
C:\Users\user\Desktop\New Folder (3)\Studija\npcmodes\NPC.pwn(19) : error 017: undefined symbol "NextPlayback"
C:\Users\user\Desktop\New Folder (3)\Studija\npcmodes\NPC.pwn(20) : warning 217: loose indentation
C:\Users\user\Desktop\New Folder (3)\Studija\npcmodes\NPC.pwn(20) : error 017: undefined symbol "ConnectNPC"
C:\Users\user\Desktop\New Folder (3)\Studija\npcmodes\NPC.pwn(24) : error 017: undefined symbol "StopRecordingPlayBack"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
5 Errors.
Plz Help Me...
Re: [FS] NPC Creator ( Create your own NPC In Game!) -
Iuri - 30.05.2010
Are you sure is the new? because it dosen't got the ' playerid ' on the function NextPlayBack...I've test it before uploading it and i got no errors or warnings..
Re: [FS] NPC Creator ( Create your own NPC In Game!) -
vidmas5 - 30.05.2010
Hmh. My New Version Is 0.3a R7 And I Have Erorrs

You Have Skype
Re: [FS] NPC Creator ( Create your own NPC In Game!) -
deather - 01.09.2010
Looks good...
Re: [FS] NPC Creator ( Create your own NPC In Game!) -
nejc001 - 18.09.2010
Quote:
Originally Posted by Matej_
This FS is not working on a SA-MP 0.3b ! 
|
-.-'
and is there for 0.3b?
Re: [FS] NPC Creator ( Create your own NPC In Game!) -
Ohad1 - 18.09.2010
What it's number six step?? help me pleas.
Re: [FS] NPC Creator ( Create your own NPC In Game!) -
Iuri - 19.09.2010
Quote:
Originally Posted by nejc001
-.-'
and is there for 0.3b?
|
Hold on a second, i will make it for 0.3b.
Edit: Updated.Now you will need to read the step 7 in the Readme.txt text, so you can install the NPC.
Re: [FS] NPC Creator ( Create your own NPC In Game!) -
Vanderson - 19.09.2010
Dont loading...
Re: [FS] NPC Creator ( Create your own NPC In Game!) -
Ryz - 26.11.2014
nice nice! added my my own bodyguards
Re: [FS] NPC Creator ( Create your own NPC In Game!) -
Ryz - 26.11.2014
Quote:
Originally Posted by verlaj
Getting this error (in npcmodes) :/
Код:
C:\Users\Administrator\Desktop\GangWars\npcmodes\NPC.pwn(10) : error 017: undefined symbol "NPC"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
1 Error.
|
open your npc.pwn, find and correct
pawn Код:
NextPlayBack()
{
StartRecordingPlayback(PLAYER_RECORDING_TYPE_ONFOOT,"Place your recording name here");
}
Re: [FS] NPC Creator ( Create your own NPC In Game!) -
Th3UnKnOwN - 26.11.2014
Good job. Although I can imagine the next version will be better. I'd use this, but I plan on making a NPC in a vehicle.
Keep up the good work.
Re: [FS] NPC Creator ( Create your own NPC In Game!) -
M4GN1F1CK - 03.01.2015
video??