02.02.2016, 17:14
How to make auto Moved NPC In A range point ?
And if We Near the NPC I Can Chat With He !
And if We Near the NPC I Can Chat With He !
new string[128], sonyo; sonyo = random(sizeof(npctalk)); format(string,sizeof(string),"Sir %s, %s", PlayerName2(playerid), npctalk[sonyo]); SendClientMessage(playerid,white,string); new npctalk[][] = { "i'm here to help you, how can i do it ?", "if you need help, which kind of help do you need ?", "explain to me what you need, making questions without points or simbols, i prefer this ! :D", "how are you ?, thanks to call me, what do you wish ? ;)", "you just woke up me :D, i was some tired, otherwise how can i help your needs ?", "i'm happy to meet you again, explain me, how can i support you, as of now ? ;)" };