SA-MP Forums Archive
[Ajuda] Sistema de Cla - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: Non-English (https://sampforum.blast.hk/forumdisplay.php?fid=9)
+--- Forum: Languages (https://sampforum.blast.hk/forumdisplay.php?fid=33)
+---- Forum: Português/Portuguese (https://sampforum.blast.hk/forumdisplay.php?fid=34)
+---- Thread: [Ajuda] Sistema de Cla (/showthread.php?tid=582726)



Sistema de Cla - maxblaya01 - 22.07.2015

Galera eu tenho um sistema de cla aqui agora falta, por tipo o nome do cla em cima da cabeзa do player alguem sabe como faz?


Re: Sistema de Cla - Duun - 22.07.2015

Код:
public OnGameModeInit
{
	new Text3D: label = Create3DTextLabel("Clan Caveira", 0x008080FF, 30.0, 40.0, 50.0, 40.0, 0);
}



public OnPlayerConnect(playerid)
{
	if (Clan))
{
	Attach3DTextLabelToPlayer(label, playerid, 0.0, 0.0, 0.7)
}

return 1;
}
fiz no bloco de notas tem coisa errada mais isso ai й pra vocк ter uma noзгo das paradas