AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Unapproved/Old Plugins (https://forums.alliedmods.net/forumdisplay.php?f=27)
-   -   Player score info (https://forums.alliedmods.net/showthread.php?t=244222)

ashwink7 07-15-2014 10:03

Player score info
 
1 Attachment(s)

NAME : PLAYER SCORE INFO
AUTHOR : B34$T ie me :)

DESCRIPTION : Basically this plugin shows your
1) current score ,
2) your previous score (means your score ie kills nd deaths wen u last left the server)
3) your best score (means your score where you have done the maximum killls among your other scores in theserver )
4) your worst score (means your score where you died maximum no of tyms among your other scores)

CLIENT COMMANDS :
/myscore shows your score info
/allscore shows the current online players score info

INSTALLATION :
Just copy the score_info.amxx to amxmodx/plugins folder
and list score_info.amxx in plugin.ini

NOTE:
This plugin is tested by me so it does not create lagg or loss and chokes in the server if u face any probs then do inform me

Kia 07-15-2014 10:54

Re: Player score info
 
  1. The Advertisment will be only shown once 30 seconds after the plugin has started, change it to a loop.
  2. Use client_putinserver instead of client_connect.
  3. Indent your plugin.

I do not see why someone should use this plugin, the default stats plugin is doing fine.

HamletEagle 07-15-2014 11:02

Re: Player score info
 
1.You don't need to use # as a separator, a space is enough.
2.Use steamid to save,not name.

ashwink7 07-15-2014 11:22

Re: Player score info
 
Quote:

Originally Posted by Kia (Post 2168087)
  1. The Advertisment will be only shown once 30 seconds after the plugin has started, change it to a loop.
  2. Use client_putinserver instead of client_connect.
  3. Indent your plugin.

I do not see why someone should use this plugin, the default stats plugin is doing fine.

1) I dont want this plugin to spam chats about the commands just want to show once when the player connects that too after 30 sec thats why i dint used any loops here

2) Default stats plugin doesnt show your last score or your best score or your worst score by this one can view his score info

3) what is the problem with the client_connect ?

ashwink7 07-15-2014 11:34

Re: Player score info
 
Quote:

Originally Posted by HamletEagle (Post 2168093)
1.You don't need to use # as a separator, a space is enough.
2.Use steamid to save,not name.

Thanks for the suggestion changes made :)

Kia 07-15-2014 11:35

Re: Player score info
 
Quote:

Originally Posted by ashwink7 (Post 2168102)
1) I dont want this plugin to spam chats about the commands just want to show once when the player connects that too after 30 sec thats why i dint used any loops here

2) Default stats plugin doesnt show your last score or your best score or your worst score by this one can view his score info

3) what is the problem with the client_connect ?

1) You put that code on plugin_init, it be only shown once per map.
3) client_connect players can be still invalid.

ashwink7 07-15-2014 11:45

Re: Player score info
 
Quote:

Originally Posted by Kia (Post 2168113)
1) You put that code on plugin_init, it be only shown once per map.
3) client_connect players can be still invalid.

1) Thats what i said i dont want this one to spam chats bro :nono: because you can put these commands on advertisement.ini too so why to spam chats thats why i declared it on plugin_init so that it will only show once per map :)

3) Still dint understand your logic on client_connect let the plugin approvers tell whether client_connect is better or client_putinserver is preferable than client_connect

HamletEagle 07-15-2014 12:02

Re: Player score info
 
Why you avoid my post ? Maybe you use dproto ?

ashwink7 07-15-2014 12:05

Re: Player score info
 
Quote:

Originally Posted by HamletEagle (Post 2168135)
Why you avoid my post ? Maybe you use dproto ?

who avoided your post
dint got you :shock:

GinNNy 07-15-2014 12:54

Re: Player score info
 
client_connect means when a client in loading bar. client_putinserver means when he connected to server and hes already to choose a team like what did kia said change it to putinserver.


All times are GMT -4. The time now is 09:04.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.