Jump to content
  • 0

TextDraw Ajutor


eXtreMe96

Question

5 answers to this question

Recommended Posts

Uite asa:

Asta o pui sus de tot:

forward TextDraw(); // sau cum vrei tu!
Te duci la public OnGameModeInit() si intre acoade pui:
SetTimer("TextDraw", 15000, 1);
Dupa faci un nou public:
public TextDraw()
*Pui Acoadele! Si intre acoade(nu uita de return 1;) pui TextDrawHideForPlayer(playerid, TextDraw1); cam asa:
public TextDraw()
{
TextDrawHideForPlayer(playerid, TextDraw1);
TextDrawHideForPlayer(playerid, TextDraw2); 
TextDrawHideForPlayer(playerid, TextDraw3); 
TextDrawHideForPlayer(playerid, TextDraw4);
//etc.
return 1;
}

Cam asa se face!

142sj0l.png

Underground-GFX

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.