Raised This Month: $ Target: $400
 0% 

run time errors


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
munapoika
Junior Member
Join Date: Jan 2015
Old 01-26-2015 , 11:51   run time errors
Reply With Quote #1

Fixed

Last edited by munapoika; 01-26-2015 at 16:26. Reason: ty zmd94
munapoika is offline
zmd94
Veteran Member
Join Date: Nov 2013
Location: Malaysia (9w2zow).
Old 01-26-2015 , 12:20   Re: run time errors
Reply With Quote #2

Just change this:
Code:
    if (is_user_alive(g_victim))
        return PLUGIN_HANDLED;
-->
Code:
    if (!is_user_alive(g_victim))
        return PLUGIN_HANDLED;
zmd94 is offline
munapoika
Junior Member
Join Date: Jan 2015
Old 01-26-2015 , 16:27   Re: run time errors
Reply With Quote #3

Quote:
Originally Posted by zmd94 View Post
Just change this:
Code:
    if (is_user_alive(g_victim))
        return PLUGIN_HANDLED;
-->
Code:
    if (!is_user_alive(g_victim))
        return PLUGIN_HANDLED;
It seems like this worked ;)
munapoika is offline
zmd94
Veteran Member
Join Date: Nov 2013
Location: Malaysia (9w2zow).
Old 01-26-2015 , 18:04   Re: run time errors
Reply With Quote #4

Nice.

By the way, you should not empty your thread. Just show the code, so that other can learn from it.

Last edited by zmd94; 01-26-2015 at 18:05.
zmd94 is offline
munapoika
Junior Member
Join Date: Jan 2015
Old 01-27-2015 , 12:28   Re: run time errors
Reply With Quote #5

Quote:
Originally Posted by zmd94 View Post
Nice.

By the way, you should not empty your thread. Just show the code, so that other can learn from it.
well that code u gave fixed the error but people couldn't respawn automaticl anymore.
munapoika is offline
zmd94
Veteran Member
Join Date: Nov 2013
Location: Malaysia (9w2zow).
Old 01-27-2015 , 18:17   Re: run time errors
Reply With Quote #6

Just show again the full code.
zmd94 is offline
Reply



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 07:21.


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