18.10.2013, 12:33
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
My Error when i compile
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;
}
Код:
Error : : error 035: argument type mismatch (argument 2

