NPC should call function
#3

This one:

Код:
CMD:starttour(playerid,params[])
{
	if(!IsPlayerNPC(playerid)) return 0;
    CheckTour(1);
    return 1;
}
Reply


Messages In This Thread
NPC should call function - by Zcelo12 - 19.10.2011, 12:52
Re: NPC should call function - by aRoach - 19.10.2011, 12:57
AW: NPC should call function - by Zcelo12 - 19.10.2011, 12:59
Re: NPC should call function - by aRoach - 19.10.2011, 13:01
AW: NPC should call function - by Zcelo12 - 19.10.2011, 13:02
Re: NPC should call function - by aRoach - 19.10.2011, 13:03
AW: NPC should call function - by Zcelo12 - 19.10.2011, 13:04
Re: NPC should call function - by aRoach - 19.10.2011, 13:06
AW: NPC should call function - by Zcelo12 - 19.10.2011, 13:08

Forum Jump:


Users browsing this thread: 1 Guest(s)