NPCs are not connecting.
#9

Код:
new heli,shamal;

OnGameModeInit:

heli = CreateVehicle(487,0,0,0,0,0,0,10000);
shamal = CreateVehicle(519,0,0,0,0,0,0,10000);

ConnectNPC("HeliTour","helitour");
ConnectNPC("PlaneTour","shamal");

OnPlayerSpawn:

if(IsPlayerNPC(playerid))
	  {
	  if(!strcmp(name, "HeliTour", true,8))
			{
			PutPlayerInVehicle(playerid,heli,0);
			}
  		if(!strcmp(name, "PlaneTour", true,9))
			{
			PutPlayerInVehicle(playerid,shamal,0);
			}
		}
Reply


Messages In This Thread
NPCs are not connecting. - by CJ101 - 29.09.2009, 23:06
Re: NPCs are not connecting. - by V1ceC1ty - 29.09.2009, 23:55
Re: NPCs are not connecting. - by CJ101 - 30.09.2009, 00:07
Re: NPCs are not connecting. - by V1ceC1ty - 30.09.2009, 00:12
Re: NPCs are not connecting. - by CJ101 - 30.09.2009, 00:13
Re: NPCs are not connecting. - by V1ceC1ty - 30.09.2009, 00:17
Re: NPCs are not connecting. - by CJ101 - 30.09.2009, 00:19
Re: NPCs are not connecting. - by V1ceC1ty - 30.09.2009, 00:25
Re: NPCs are not connecting. - by CJ101 - 30.09.2009, 00:30
Re: NPCs are not connecting. - by V1ceC1ty - 30.09.2009, 00:38

Forum Jump:


Users browsing this thread: 5 Guest(s)