[HELP] About NPC's ._.
#4

Quote:
Originally Posted by [NT
Extremo ]
Well, according to your implementation(if I am not wrong) you are actually not returning straight away.

Lets use a different indentation:

pawn Код:
if(IsPlayerNPC(playerid))
{
  SpawnPlayer(playerid);
}
{
  return 1;
}
So, to be exact, this should rather look like this:

pawn Код:
if(IsPlayerNPC(playerid))
{
  SpawnPlayer(playerid);
  return 1;
}
Extremo , in his first citation I did and were born all NPC's in the same place with me, I could not spawner. In the second NPC's not left the server, but also did not arrive, the vehicles only "remain in place ... I do not know what to do, I'm using the Los Angeles RP, if you know how please help me say, I shall be grateful. Great for all.
Reply


Messages In This Thread
[HELP] About NPC's ._. - by Sucre Pleasure - 10.10.2009, 00:31
Re: [HELP] About NPC's ._. - by Sucre Pleasure - 10.10.2009, 01:08
Re: [HELP] About NPC's ._. - by Extremo - 10.10.2009, 02:55
Re: [HELP] About NPC's ._. - by Sucre Pleasure - 10.10.2009, 04:27

Forum Jump:


Users browsing this thread: 2 Guest(s)