need help for this Public thing
#1

Hello dear Helpers i will explain my problem

i want To make when npc be in x,y,z he move to an other Point thats what i have made

Код:
public FCNPC_OnCreate(npcid)
{
    if(FCNPC_GetPosition(Cholo, 145.1412,-67.6555,1.4297)
    {
    	FCNPC_GoTo(Cholo, 145.1412,-67.6555,1.4297, MOVE_TYPE_WALK, 1, 0);
    }
    return 1;
}
My Error when i compile
Код:
Error : : error 035: argument type mismatch (argument 2
Reply


Messages In This Thread
need help for this Public thing - by BigBaws - 18.10.2013, 12:33
Re: need help for this Public thing - by Chrillzen - 18.10.2013, 12:36
Re : need help for this Public thing - by BigBaws - 18.10.2013, 12:37
Re: need help for this Public thing - by AlonzoTorres - 18.10.2013, 12:39
Re : need help for this Public thing - by BigBaws - 18.10.2013, 12:41
Re: need help for this Public thing - by AlonzoTorres - 18.10.2013, 12:44
Re : need help for this Public thing - by BigBaws - 18.10.2013, 12:45
Re: need help for this Public thing - by AlonzoTorres - 18.10.2013, 12:49
Re : need help for this Public thing - by BigBaws - 18.10.2013, 12:54
Re : need help for this Public thing - by BigBaws - 18.10.2013, 13:22

Forum Jump:


Users browsing this thread: 1 Guest(s)