Raised This Month: $ Target: $400
 0% 

Server Shutdown....


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Black Rose
Veteran Member
Join Date: Feb 2011
Location: Stockholm, Sweden
Old 07-27-2013 , 22:36   Re: Server Shutdown....
Reply With Quote #3

Option 1: First comment out lines one by one to check which one creates the problem. Then you search for that function to double check you used it correctly. Then you start adding your debug messages checking the parameters you send to that function.
If these steps don't give you results, you create a thread.

Option 2: Share source.

This is from another thread:
Quote:
Originally Posted by ConnorMcLeod View Post
You should open all plugins sources you use, and find those that are using strip_user_weapon() native.

When this native is used, you should add this line after the native :

set_pdata_int(id, 116, 0)

for example :

PHP Code:
    strip_user_weapons(id
->

PHP Code:
    strip_user_weapons(id)
    
set_pdata_int(id1160
I don't know why set_pdata_in() is needed, but it seems important.
__________________

Last edited by Black Rose; 07-27-2013 at 22:40.
Black Rose 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 15:54.


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