AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Suggestions / Requests (https://forums.alliedmods.net/forumdisplay.php?f=12)
-   -   Player Points (https://forums.alliedmods.net/showthread.php?t=52856)

kil0 03-21-2007 00:39

Player Points
 
I have a good idea for a player points mod.
Basically by just playing people get points, nothing extra or special.
Say every 5 kills = 1 point
every 10 deaths = -1 point
every hour spent in the server (-spec) = 1 point
every 2 bomb plant/defuse = 1 point...
Admins can give/take points, and people can give their points, or vote or something to give points to a player.
and so on...
these points would be used like /rank, like this could be /points.
Also, if some way the points could upload to a website somehow kind of like psycho stats.
This would really help for say a community server, instead of ranks going by kills but by points.

What do you guys think?
I think it would be great. If anybody would have the motivitation to make this plugin, I thank you sooo much. There would be no way I could show how much appreciation.

Thanks everybody.

Deviance 03-21-2007 01:09

Re: Player Points
 
I was working on a similar plugin, tho i stoped when i couldn't add a top15. Maybe i'll post it later.

kil0 03-21-2007 01:12

Re: Player Points
 
yea cool man! that would be awesome!
maybe somebody can help you out..
i however have no knowledge in scripting
Thanks!!

kil0 03-21-2007 04:09

Re: Player Points
 
Holy nice,
crap man ty so much
im gonna check it out right now!
hey so do u think there would be any way to upload it to a website?
and were do the stats save?
haha i like it... boom points:D

+KARMA, +KARMA, +KARMA, +KARMA, +KARMA, +KARMA, +KARMA, +KARMA, +KARMA

kil0 03-21-2007 04:12

Re: Player Points
 
There's a lot that can be done with this plugin in the sense as, say,
HS = 1 point,
Knife = 2 points,
Nade = 2 points...
also like amx_vote_givepoint <name> <reason> or something
I think this is a great plugin!

Deviance 03-21-2007 12:47

Re: Player Points
 
I updated the plugin whit the suggestions you had.

kil0 03-21-2007 14:25

Re: Player Points
 
Nice nice deviance, but again, where does it save, and can you like upload the stats to a website or something?

Thanks, hey and what about maybe Headshot? I didn't see HS there
Thanks!!

This plugin is gonna be the SHITS!

Deviance 03-21-2007 15:21

Re: Player Points
 
Quote:

Originally Posted by kil0 (Post 455154)
and can you like upload the stats to a website or something?

You would need a SQL database for that, i can make the plugin save in SQL if you have a database.
Quote:

Originally Posted by kil0 (Post 455154)
what about maybe Headshot? I didn't see HS there

It's PS_head_points

kil0 03-22-2007 02:24

Re: Player Points
 
Hey I'm not to familiar with coding, but over here,
Code:

    kill_points = register_cvar("PS_kill_points", "num")
    death_points = register_cvar("PS_death_points", "num")
   
    def_points = register_cvar("PS_defusion_points", "num")
    boom_points = register_cvar("PS_boom_points", "num")
   
    time_points = register_cvar("PS_time_points", "num")
    head_points = register_cvar("PS_head_points", "num")
   
    knife_points = register_cvar("PS_knife_points", "num")
    nade_points = register_cvar("PS_nade_points", "num")

When you say something like 'boom points,' how does it know that means when the bomb goes? like do you declare that somewhere?
And when yous say PS_knife_points and PS_nade_points, how does it know that that actually means a knife or nade kill? Say you wanted to add PS_pistol_points, or PS_AWP_points, would u have to declare somewhere what pistol points and awp points ment?

Also I am not to familiar with SQL databases, do you think you can help me understand?

Thanks soo much!!!
PS i think more people should get involved! it would be so good!

kil0 03-22-2007 04:42

Re: Player Points
 
Does anybody have any other ideas?


All times are GMT -4. The time now is 20:21.

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