AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Unapproved/Old Plugins (https://forums.alliedmods.net/forumdisplay.php?f=27)
-   -   Save_Money (https://forums.alliedmods.net/showthread.php?t=95580)

-Acid- 06-25-2009 02:13

Save_Money
 
1 Attachment(s)
Save_Money Version 1.0 by -Acid-
Requested Here
What Does It Do
This will saves a players money. When ever he reconnects back to the server he will start off by the money he left off.

Commands
Code:

sm_enabled 1/0 1=on 0=off "Default 1"

#include

PHP Code:

#include <amxmodx>
#include <amxmisc>
#include <nvault>
#include <cstrike> 

Credits
Bugsy For:
Code:

register_event( "Money" , "fw_EvMoney" , "be" );
}
public fw_EvMoney( id )
{
    g_iMoney[ id ] = read_data( 1 );
   
}

THNXS BUGSY!!

My Last Plugin!!! Goodbye!! Miss Me Visit me here
I will still be updating my Approve plugins but
i wont be on that much!

One 06-25-2009 02:23

Re: Save_Money
 
Nice :D give me credits :P this was my idea :D just jking :( whats with sql? :D

-Acid- 06-25-2009 02:24

Re: Save_Money
 
Some people dont have sql so whats the point of using it.

One 06-25-2009 02:27

Re: Save_Money
 
point is i can use it on all my servers. :P

u could add a cvar to choose nvault or sql:mrgreen:

-Acid- 06-25-2009 02:28

Re: Save_Money
 
I guess next version if it ever comes up.

One 06-25-2009 02:53

Re: Save_Money
 
this must comes up :| this was my req :P n1

-Acid- 06-25-2009 03:00

Re: Save_Money
 
I only update my plugins that get approved.

crazyeffect 06-25-2009 04:08

Re: Save_Money
 
You & Bugsy did it :D

ConnorMcLeod 06-25-2009 06:35

Re: Save_Money
 
Quote:

Originally Posted by -Acid- (Post 856489)
I only update my plugins that get approved.

Bad idea.

KadiR 06-25-2009 06:49

Re: Save_Money
 
Quote:

Originally Posted by ConnorMcLeod (Post 856586)
Bad idea.



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

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