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 , 08:35   Re: [HELP] Save Model Permanent
Reply With Quote #3

DavidJr so i need to add more weapons here right?

Code:
LoadData(iIndex) {     new szAuthId[35];     get_user_authid(iIndex, szAuthId, sizeof szAuthId);         new szWpnKey[33];     format(szWpnKey, sizeof szWpnKey, "%s_Wpn", szAuthId);         new szWpn[25];     fvault_get_data(VAULT_NAME, szWpnKey, szWpn, sizeof szWpn);         gAwp[iIndex] = str_to_num(szWpn);     gAk47[iIndex] = str_to_num(szWpn);     gM4A1[iIndex] = str_to_num(szWpn);     //More... }

I'm getting tag mismatch error:
Code:
new bool:g_HasuspP[33] new purple_usp_vmodel[64] = "models/skinned/usp_purple/v_usp_purple.mdl" LoadData(iIndex) {     new szAuthId[35];     get_user_authid(iIndex, szAuthId, sizeof szAuthId);         new szWpnKey[33];     format(szWpnKey, sizeof szWpnKey, "%s_Wpn", szAuthId);         new szWpn[25];     fvault_get_data(VAULT_NAME, szWpnKey, szWpn, sizeof szWpn);       //here g_HasuspP[iIndex] = str_to_num(szWpn); }

Last edited by extream87; 03-19-2014 at 10:10.
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