[FilterScript] Score and Ping | In Textdraws | User friendly | 0.3e | v1.0
#1

Introduction
Hello Everyone. This is a basic FS i made in a few minutes. It is user friendly and easy to understand. It shows a player's score and ping in a textdraw just below the money and health bar.
Screenshots

Download
Source Code
Mediafire
Solidfiles
Pastebin
Compiled File(AMX)
Solidfiles
Mediafire
Credits
SA:MP Team - SA:MP
iPLEOMAX - Textdraw Editor
SDraw - Noticed a simple bug
[HK]Ryder[AN] - Filterscript
Reply
#2

Simple and Good.
Reply
#3

PHP код:
SetTimerEx("update"1000true"d"); 
Too bad, this will work only for player with id 0, and will create too much timers for one player...You should fix it...
Reply
#4

Thanks for noticing that..edited main post.
Reply
#5

Good job Ryder. It's simple and nice. I like where you placed the TD.
Reply
#6

Thank You!
Reply
#7

Quote:
Originally Posted by [HK]Ryder[AN]
Посмотреть сообщение
Thanks for noticing that..edited main post.
Oh, I forgot say, that you should destroy timer for player when he leaves...
Reply
#8

Quote:
Originally Posted by SDraw
Посмотреть сообщение
Oh, I forgot say, that you should destroy timer for player when he leaves...
Done that too..I +repped you xD
Reply
#9

Quote:
Originally Posted by [HK]Ryder[AN]
Посмотреть сообщение
Done that too
No, no, no
PHP код:
new updatetimer
You should make array:
PHP код:
new updatetimer[MAX_PLAYERS]; 
Simple, one payer connected to server, updatetimer is equal 5 (could be another number), but after that another player connected to server, and updatetimer is equal 6. First player left server, and timer for another player will be destroyed.
Reply
#10

Nice And Awsome
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)