20.05.2018, 15:47
Example i created 2 npc
Zm[Aiid][0] = FCNPC_Create("Npcfisher1");
Zm[Aiid][1] = FCNPC_Create("Npcfisher2");
how can i get name FCNPC Npcfisher1 and Npcfisher2 ?
if( i want check name Npcfisher1 here )
{
//////
}
else if( i want check name Npcfisher2 here )
{
//////
}
Please help
Zm[Aiid][0] = FCNPC_Create("Npcfisher1");
Zm[Aiid][1] = FCNPC_Create("Npcfisher2");
how can i get name FCNPC Npcfisher1 and Npcfisher2 ?
if( i want check name Npcfisher1 here )
{
//////
}
else if( i want check name Npcfisher2 here )
{
//////
}
Please help