Raised This Month: $ Target: $400
 0% 

Save


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author Message
TheCompany
BANNED
Join Date: Aug 2010
Old 08-22-2010 , 17:58   Save
Reply With Quote #1

Why wont this code save my cash i have? It for my Cash Mod for HideNSeek.

It wont create a vault file or what it's calling.

PHP Code:
public _get_cash(pluginparams){        return g_iCash[get_param(1)];} public _set_cash(pluginparams){               new iPlayer get_param(1);        g_iCash[iPlayer] = max(0get_param(2));        Save(iPlayer);        return g_iCash[iPlayer];} public client_authorizediPlayer ){        get_user_authid(iPlayerg_iAuthIDsizeof(g_iAuthID) - 1);} public client_putinserveriPlayer ){        Load(iPlayer);} public client_disconnectiPlayer ){        Save(iPlayer);} public client_connectiPlayer ){        Load(iPlayer);} 

Last edited by TheCompany; 08-23-2010 at 09:53.
TheCompany is offline
 



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 22:02.


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