24.07.2012, 22:35
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 :
_______________________
out ay callback
OR USE THIS FS :http://pastebin.com/u0AQs2UL
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; }