Jump to content
  • 0

Problema textdraw


Question

Posted

Am facut un textdraw, iar daca un player intra in masina, ii apare si daca alt player intra in masina, ii apare dar nu dispare.Este si timer dar nu dispare..

2 answers to this question

Recommended Posts

Posted

foloseste SetTimer("hidetd",2000,true);

forward hidetd(playerid);

public  hidetd(playerid)

{

TextDrawHideForPlayer(playerid,numeTD);

return 1;

}

Stiu si eu ... branza e pe bani, dar eu tot ma joc pe gratis!

Posted

foloseste SetTimerEx("hidetd",2000, 0, "i", playerid );

forward hidetd(playerid);

public  hidetd(playerid)

{

TextDrawHideForPlayer(playerid,numeTD);

return 1;

}

Ideea lu IceBox e buna, da nu prea le are el cu ganditu si cu pawno.

-Toate tutorialele postate intra aici sau puneti-le direct [url=http://www.sa-mp.ro/forum/index

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.