ConnectNPC Cant see the NPC
#10

Quote:
Originally Posted by thuron
tryed that before, but where should i place it in the stuff thats already in there? just after the existing return 1;?
Let me give you example of where it should be placed

pawn Код:
public OnPlayerRequestClass(playerid, classid)
{
  if(IsPlayerNPC(playerid)) return 1;

    new string[128];
    PlayerPlaySound(playerid, 1068, 0.0, 0.0, 0.0);
    PlayerInfo[playerid][pModel] = Peds[classid][0];
There you see that its the first line.
Reply


Messages In This Thread
ConnectNPC Cant see the NPC - by thuron - 13.10.2009, 19:12
Re: ConnectNPC - by Beaver07 - 13.10.2009, 19:26
Re: ConnectNPC - by thuron - 13.10.2009, 19:30
Re: ConnectNPC - by thuron - 15.10.2009, 11:32
Re: ConnectNPC Cant see the NPC - by guidogast - 15.10.2009, 14:08
Re: ConnectNPC Cant see the NPC - by kman - 16.10.2009, 00:04
Re: ConnectNPC Cant see the NPC - by thuron - 16.10.2009, 08:18
Re: ConnectNPC Cant see the NPC - by Jake Canfield - 16.10.2009, 09:37
Re: ConnectNPC Cant see the NPC - by thuron - 16.10.2009, 09:55
Re: ConnectNPC Cant see the NPC - by Jake Canfield - 16.10.2009, 09:57

Forum Jump:


Users browsing this thread: 3 Guest(s)