How to Disable this ?
#4

i use this...
Код:
public OnPlayerSpawn(playerid)
{
    if(IsPlayerNPC(playerid)) //Checks if the player that just spawned is an NPC.
  	{
    	new npcname[MAX_PLAYER_NAME];
    	GetPlayerName(playerid, npcname, sizeof(npcname)); //Getting the NPC's name.
    	if(!strcmp(npcname, "Tram_Driver", true)) //Checking if the NPC's name is MyFirstNPC
    	{
      	PutPlayerInVehicle(playerid, SFTramVehicle, 0); //Putting the NPC into the vehicle we created for it.
    	}
  	}
where i gonna put the SetPlayerColor to invisible ?
Reply


Messages In This Thread
How to Disable this ? - by Tidzii - 20.06.2014, 20:01
Re: How to Disable this ? - by Konstantinos - 20.06.2014, 20:02
Re: How to Disable this ? - by Jefff - 20.06.2014, 20:04
Re: How to Disable this ? - by Tidzii - 20.06.2014, 20:16
Re: How to Disable this ? - by Jefff - 20.06.2014, 20:19
Re: How to Disable this ? - by Tidzii - 20.06.2014, 21:05
Re : How to Disable this ? - by Clad - 20.06.2014, 21:09
Re: How to Disable this ? - by Konstantinos - 20.06.2014, 21:17
Re: Re : How to Disable this ? - by Tidzii - 20.06.2014, 21:44
Re: How to Disable this ? - by Vince - 20.06.2014, 21:58

Forum Jump:


Users browsing this thread: 1 Guest(s)