NPCs are not connecting.
#10

pawn Код:
public OnPlayerSpawn(playerid)
{
  if(!IsPlayerNPC(playerid)) return 0;

    new playername[64];
    GetPlayerName(playerid,playername,64);

    if(!strcmp(playername,"HeliTour",true)) {
    PutPlayerInVehicle(playerid,heli,0);
    }
    else if(!strcmp(playername,"PlaneTour",true)) {
      PutPlayerInVehicle(playerid,shamal,0);
    }
    return 1;
}
check other peoples scripts next time and see what your doing wrong, helped me alot when i 1st started pawn.
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: 1 Guest(s)