Help: FCNPC_GoTo dude
#2

Quote:
Originally Posted by bookknp
Посмотреть сообщение
Hello friends, I have a question, how can I use FCNPC_GoTo in two different directions?, that is, when I finish arriving at point "A" go to point "B" (im using timers but dont like it)

PHP код:
public move()
{
    
    
FCNPC_GoTo(bot1,-2463.5054,140.4829,35.17190FCNPC_MOVE_TYPE_AUTOtrue0.0true0.0250);
    
SetTimer("move1"25000false);
}
public 
move1()
{
    
    
FCNPC_GoTo(bot1,-2463.6243,175.9550,35.10940FCNPC_MOVE_TYPE_AUTOtrue0.0true0.0250);
    
SetTimer("move"25000false);

guys, Someone can help me?
Reply


Messages In This Thread
Help: FCNPC_GoTo dude - by bookknp - 15.11.2018, 18:32
Re: Help: FCNPC_GoTo dude - by bookknp - 15.11.2018, 22:04
Re: Help: FCNPC_GoTo dude - by DIRTYBYT3 - 15.11.2018, 22:44
Re: Help: FCNPC_GoTo dude - by DIRTYBYT3 - 15.11.2018, 22:52
Re: Help: FCNPC_GoTo dude - by bookknp - 15.11.2018, 23:13
Re: Help: FCNPC_GoTo dude - by DIRTYBYT3 - 15.11.2018, 23:30
Re: Help: FCNPC_GoTo dude - by Freaksken - 16.11.2018, 01:20
Re: Help: FCNPC_GoTo dude - by bookknp - 16.11.2018, 01:50
Re: Help: FCNPC_GoTo dude - by Freaksken - 16.11.2018, 02:28
Re: Help: FCNPC_GoTo dude - by bookknp - 16.11.2018, 11:46
Re: Help: FCNPC_GoTo dude - by NaS - 16.11.2018, 12:35
Re: Help: FCNPC_GoTo dude - by bookknp - 16.11.2018, 12:48

Forum Jump:


Users browsing this thread: 1 Guest(s)