AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Approved Plugins (https://forums.alliedmods.net/forumdisplay.php?f=8)
-   -   Fraggl (https://forums.alliedmods.net/showthread.php?t=8449)

guro 12-12-2004 11:00

Fraggl
 
2 Attachment(s)
Hello everyone,

here's my first plugin release - Fraggl v1.0

it is a statistic plugin, it shows you your frags per death (means: how many kills you make for one dead) with min/max. It's more easy to say just your (how we call it) "fraggl" as a comparison for your skill. it shows up after you get killed or killed someone.

to show your fraggl type
say fraggl
say /fraggl

and to reset your min/max type:
say fragglreset

that's it!
have fun

PS: the fraggl_de.sma is a german version.
PSS: on forums i always called guro, in games etc. im c0ldk!lL3r so don't be confused by my name ;-)

Johnny got his gun 12-12-2004 13:22

You have a lot of tag mismatch.

You do this: float:variable, when you really should do: Float:variable.
Not the big F. :-)

Also the functions that should return floats should be created like this:

Code:
Float:thisfunctionreturnsafloat() {     return 5.0; } anotherfunctino() {     new Float:floatvalue = thisfunctionreturnsafloat() }

guro 12-13-2004 09:39

i didn't know that's possible to create functions with floats etc. i tried often to give float(var) as params to my functions but it still had return a tag mismatch-warning.

i'll try that!

cu

BigBaller 12-13-2004 19:03

have you tried JGHG suggestion?

I might check this plugin out, would be a nice addition to my server.

guro 12-14-2004 08:48

yeah, i had made a new version without any warnings and it still works *gg* i'll upload it at this evening!

i still have one problem: when the statsX-plugins is loaded and aktivated, my fraggl wouldn't show up anywhere if you die. all the same where i place it on the hud, the same with the chanels... any idea?

//edit: ok, new version uploaded

cu

guro 12-31-2004 07:21

No more comments?

Geesu 12-13-2005 10:42

Author PM me to have this plugin approved

Mini_Midget 03-14-2006 03:57

very easy plugin
nothing much to say but its just great

avenger_ansh 12-29-2006 18:48

Re: Fraggl
 
can the fraggl show up after the player has died or the round is over instead of after every kill. A cvar to do this would b gr8.

xXxOpOpxXx 08-02-2008 03:31

Re: Fraggl
 
great job :up:


All times are GMT -4. The time now is 06:08.

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