06.05.2013, 16:55
Where do I need to put a function that starts with,but without any command :
The story:
I have 2 npcs in 2 different places and I would like to do that when a player type a command and he is near the npc,the npc will say something to him but I don't want the other npc will do the same when I type the command so I need that
Tnx
pawn Код:
if(IsPlayerInRangeOfPoint.................
{
blablablablabla
return 1;
}
I have 2 npcs in 2 different places and I would like to do that when a player type a command and he is near the npc,the npc will say something to him but I don't want the other npc will do the same when I type the command so I need that
Tnx