Raised This Month: $ Target: $400
 0% 

[HELP] Save Model Permanent


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
extream87
Senior Member
Join Date: Aug 2011
Old 03-19-2014 , 14:09   Re: [HELP] Save Model Permanent
Reply With Quote #5

Black Rose i want to use method 2.
The "binary" is too much to me

I've putted this(below) and works. How can i remove if the player change the usp model? (set g_HasuspP false again)
Code:
g_HasuspP[iIndex] = str_to_num(szWpn) ? true : false;


To save multiple guns how can i made?
Code:
SaveData(id) {     new szAuthId[35];     get_user_authid(id, szAuthId, sizeof(szAuthId));         new szWpnKey[33];     format(szWpnKey, sizeof szWpnKey, "%s", szAuthId);         new szWpn[25];     num_to_str(g_HasuspP[id], szWpn, sizeof szWpn);     num_to_str(g_Hasglockrdlam[id], szWpn, sizeof szWpn);     num_to_str(g_Hasuspchip[id], szWpn, sizeof szWpn);         fvault_set_data(VAULT_NAME, szWpnKey, szWpn); }

Last edited by extream87; 03-19-2014 at 15:14.
extream87 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 05:54.


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