[Ajuda] NPC Oculpa
#5

Код:
	if(IsPlayerNPC(playerid))
	{
		new npcname[MAX_PLAYER_NAME];
		GetPlayerName(playerid, npcname, sizeof(npcname));
		if(strcmp(npcname, "NPCJoaquim", true) == 0)
		{
			Logado[playerid] = 1;
			PutPlayerInVehicle(playerid, NPCJoaquimV, 0);
			SetPlayerColor(playerid, 0xFFA500FF);
			SetPlayerSkin(playerid, 5);
	 		JoaquimTexto = Create3DTextLabel("Joaquim", 0xFFC000FF, 0.0,0.0,0.0, 30.0 ,0,0);
	    	       Attach3DTextLabelToPlayer(JoaquimTexto, playerid, 0.0, 0.0, 0.0);
		}
		return 1;
	}
Reply


Messages In This Thread
NPC Oculpa - by OtimoJogo - 28.10.2016, 23:39
Re: NPC Oculpa - by RodrigoMSR - 28.10.2016, 23:43
Re: NPC Oculpa - by OtimoJogo - 28.10.2016, 23:55
Re: NPC Oculpa - by RodrigoMSR - 29.10.2016, 00:01
Re: NPC Oculpa - by OtimoJogo - 29.10.2016, 00:03
Re: NPC Oculpa - by RodrigoMSR - 29.10.2016, 00:07
Re: NPC Oculpa - by OtimoJogo - 29.10.2016, 00:12
Re: NPC Oculpa - by RodrigoMSR - 29.10.2016, 00:29
Re: NPC Oculpa - by OtimoJogo - 29.10.2016, 01:33
Respuesta: NPC Oculpa - by SammyJ - 29.10.2016, 01:36

Forum Jump:


Users browsing this thread: 1 Guest(s)