textdraw help - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: textdraw help (
/showthread.php?tid=362680)
textdraw help -
srcka< - 25.07.2012
i have this script
Код:
new Exp[MAX_PLAYERS]; //experience
new Lv[MAX_PLAYERS]; //level
forward LevelUp(playerid);
Код:
SetTimer("LevelUp", 1000, false);
Код:
public LevelUp(playerid)
{
if(LevelNext(playerid) >= Exp[playerid]) {
Exp[playerid] = 0;
Lv[playerid] ++;
SetPlayerScore(playerid, GetPlayerScore(playerid) + 1);
}
}
Код:
stock LevelNext(playerid){
return (Lv[playerid] * 5);
}
and this fs have a timers ? and how i make a textdraw?
Re: textdraw help -
Jstylezzz - 25.07.2012
Use this nice tool:
https://sampforum.blast.hk/showthread.php?tid=117851
Re: textdraw help -
srcka< - 25.07.2012
where is download link od that fs ?
Re: textdraw help -
Jstylezzz - 25.07.2012
scroll down, and you will see a text: Download
under that, click on the .AMX download, and just put it in your fs directory, and add the filterscript to your server.cfg
Re: textdraw help -
srcka< - 25.07.2012
This ? There no have link
• Download:
AMX compiled and ready-to-use file:
Mirror attached at the end of the post
(RC1: 4 downloads)
(RC2: 3519 downloads)
Source code:
Mirror attached at the end of the post
(RC1: 102 downloads)
(RC2: 3643 downloads)
Re: textdraw help -
Jstylezzz - 25.07.2012
there is a button, the picture is gone, but there is a button, here is the link from the button:
http://solidfiles.com/d/6e3b this is the link that is in the thread of Zamaroth
Re: textdraw help -
srcka< - 25.07.2012
can you make and give me the fs pleaseee you will have +1rep
P.S this fs don't work on my GM
Re: textdraw help -
Jstylezzz - 25.07.2012
about what filterscript are you talking now?
i see you changed the head topic, and it has nothing to do with textdraws anymore..