exp sistem
#16

Quote:
Originally Posted by srcka<
View Post
This have textdraws ?
No, this is only Level/EXP system..

For the textdraw use: https://sampforum.blast.hk/showthread.php?tid=117851

After creating the textdraw, use this script..

OnPlayerConnect :

Code:
SetTimerEx("MoneyCheck", 2000, true, "i", playerid);
_______________________

out ay callback
Code:
public CheckMoney(playerid)
{
    new stringcheck[128];
    format(stringcheck, sizeof(stringcheck), "%08dFt", GetPlayerMoney(playerid));
// your textdraw configuration
    return 1;
}
OR USE THIS FS :http://pastebin.com/u0AQs2UL
Reply


Messages In This Thread
exp sistem - by srcka< - 24.07.2012, 19:57
Re: exp sistem - by [IKS]Niko_Hs™ - 24.07.2012, 21:00
Re: exp sistem - by srcka< - 24.07.2012, 21:24
Re: exp sistem - by [IKS]Niko_Hs™ - 24.07.2012, 21:27
Re: exp sistem - by srcka< - 24.07.2012, 21:37
Re: exp sistem - by gabriellino18 - 24.07.2012, 21:52
Re: exp sistem - by Rudy_ - 24.07.2012, 21:54
Re: exp sistem - by [IKS]Niko_Hs™ - 24.07.2012, 21:56
Re: exp sistem - by gabriellino18 - 24.07.2012, 21:56
Re: exp sistem - by [IKS]Niko_Hs™ - 24.07.2012, 21:59
Re: exp sistem - by gabriellino18 - 24.07.2012, 22:05
Re: exp sistem help me please - by gabriellino18 - 24.07.2012, 22:07
Re: exp sistem - by [IKS]Niko_Hs™ - 24.07.2012, 22:09
Re: exp sistem - by gabriellino18 - 24.07.2012, 22:10
Re: exp sistem - by srcka< - 24.07.2012, 22:29
Re: exp sistem - by [IKS]Niko_Hs™ - 24.07.2012, 22:35
Re: exp sistem - by srcka< - 24.07.2012, 22:40
Re: exp sistem - by srcka< - 24.07.2012, 22:44
Re: exp sistem - by srcka< - 24.07.2012, 22:48
Re: exp sistem - by [IKS]Niko_Hs™ - 25.07.2012, 12:27

Forum Jump:


Users browsing this thread: 4 Guest(s)