Jump to content
  • 0

TextDraw Partea 2


Taykiro

Question

2 answers to this question

Recommended Posts

Am rezolvat chestea cu text sa apara la toti acum ma puteti ajuta sa fac sa dispara textdraw dupa ce ma loghez

293527sa-mp-142.png

La  OnPlayerSpawn pui asa

public OnPlayerSpawn(playerid)
{
        //Eu am pus Primultd0 asa mai departe tu pui cum ai acolo 
   	TextDrawShowForPlayer(playerid, Primultd0);
	TextDrawShowForPlayer(playerid, Primultd1);
	TextDrawShowForPlayer(playerid, Primultd2);
	TextDrawShowForPlayer(playerid, Primultd3);
	TextDrawShowForPlayer(playerid, Primultd4);
	TextDrawShowForPlayer(playerid, Primultd5);
	TextDrawShowForPlayer(playerid, Primultd6);
	return 1;
}

Link to comment
Share on other sites

La  OnPlayerSpawn pui asa

public OnPlayerSpawn(playerid)
{
        //Eu am pus Primultd0 asa mai departe tu pui cum ai acolo 
   	TextDrawShowForPlayer(playerid, Primultd0);
	TextDrawShowForPlayer(playerid, Primultd1);
	TextDrawShowForPlayer(playerid, Primultd2);
	TextDrawShowForPlayer(playerid, Primultd3);
	TextDrawShowForPlayer(playerid, Primultd4);
	TextDrawShowForPlayer(playerid, Primultd5);
	TextDrawShowForPlayer(playerid, Primultd6);
	return 1;
}

MS am reusit ,dar am pus in loc de Show Hide

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.