textdraw help
#1

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?
Reply
#2

Use this nice tool: https://sampforum.blast.hk/showthread.php?tid=117851
Reply
#3

where is download link od that fs ?
Reply
#4

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
Reply
#5

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)
Reply
#6

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
Reply
#7

can you make and give me the fs pleaseee you will have +1rep

P.S this fs don't work on my GM
Reply
#8

about what filterscript are you talking now?
i see you changed the head topic, and it has nothing to do with textdraws anymore..
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)