[FilterScript] [FS] NPC Creator ( Create your own NPC In Game!)
#21

Minor Bugs Fixed. Please Download the new version.
Reply
#22

Sorry,i can't more than 5 messages,the npc works now,thanks!
Reply
#23

Quote:
Originally Posted by Chrisspartan
Sorry,i can't more than 5 messages,the npc works now,thanks!
Alright
Reply
#24

#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.
Reply
#25

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.
Reply
#26

Thanx Dude , im need that .
Reply
#27

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...

Reply
#28

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..
Reply
#29

Hmh. My New Version Is 0.3a R7 And I Have Erorrs You Have Skype
Reply
#30

Looks good...
Reply
#31

Quote:
Originally Posted by Matej_
View Post
This FS is not working on a SA-MP 0.3b !
-.-'

and is there for 0.3b?
Reply
#32

What it's number six step?? help me pleas.
Reply
#33

Quote:
Originally Posted by nejc001
View Post
-.-'

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.
Reply
#34

Dont loading...
Reply
#35



nice nice! added my my own bodyguards
Reply
#36

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");
}
Reply
#37

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.
Reply
#38

video??
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)