Raised This Month: $ Target: $400
 0% 

Gunxpmod 50 levels for zombie plague edit bug


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
emoto2
Member
Join Date: May 2016
Old 06-19-2016 , 16:06   Re: Gunxpmod 50 levels for zombie plague edit bug
Reply With Quote #2

1 problem is fixed !

In .cfg file add new line:
PHP Code:
#define MAX_PISTOLS_MENU2 0 
In .sma file change:
PHP Code:
g_remember_selection[id] = MAX_PISTOLS_MENU
--->
PHP Code:
g_remember_selection[id] = MAX_PISTOLS_MENU2
2 lines
PHP Code:
if ( PlayerLevel[id] > MAX_PISTOLS_MENU 
--->
PHP Code:
if ( PlayerLevel[id] > MAX_PISTOLS_MENU2 
2 lines
PHP Code:
if ( !is_user_alive(id) || PlayerLevel[id] < MAX_PISTOLS_MENU 
--->
PHP Code:
if ( !is_user_alive(id) || PlayerLevel[id] < MAX_PISTOLS_MENU2 

Last edited by emoto2; 06-19-2016 at 16:09.
emoto2 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 10:02.


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