Posts: 292
Threads: 87
Joined: Feb 2011
Reputation:
0
Hello, well i am interested not really in making my NPCs talk. So i am doing food system in a similar way, like it is in SinglePlayer where you order the food and the NPC shows you what you are about to order. In Singleplayer if i recall correctly the NPC, everytime you get something he says some sort of a phrase. Is it possible to use some of those phrases? Or make the NPC say something, that he could in SinglePlayer? Also, i am using FCNPC.
Posts: 292
Threads: 87
Joined: Feb 2011
Reputation:
0
Sorry, accidentally posted in the wrong section.. Meant to post in scripting help..
Posts: 13
Threads: 0
Joined: Jan 2016
Reputation:
0
You can use SendClientMessage...
Posts: 563
Threads: 59
Joined: Nov 2015
Reputation:
0
He meant the audio. I'm sure you can record it yourself and play the .mp3 file at the function when you want to buy the food.
Posts: 470
Threads: 44
Joined: Dec 2011
Reputation:
0
check if the player in range of NPC and run audio.
How hard could it be ? ;_;
Posts: 97
Threads: 3
Joined: Feb 2013
Posts: 215
Threads: 34
Joined: Jun 2013
Reputation:
0
I suggest using FNPC and not FCNPC.