NPC Skin
#6

sorry this is for bots isnt it, silly me.

In a fs or gm where you connect the bots.

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

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

 	if(!strcmp(playername,"BOTNAME",true)) {
    SetSpawnInfo( playerid, 0, 255, 1958.33, 1343.12, 15.36, 269.15, 0, 0, 0, 0, 0, 0 );
	}
  return 1;
}
Reply


Messages In This Thread
NPC Skin - by _TeRmiNaToR_ - 29.09.2009, 12:41
Re: NPC Skin - by V1ceC1ty - 29.09.2009, 12:49
Re: NPC Skin - by _TeRmiNaToR_ - 29.09.2009, 12:50
Re: NPC Skin - by V1ceC1ty - 29.09.2009, 12:50
Re: NPC Skin - by _TeRmiNaToR_ - 29.09.2009, 12:51
Re: NPC Skin - by V1ceC1ty - 29.09.2009, 12:53

Forum Jump:


Users browsing this thread: 1 Guest(s)