Raised This Month: $ Target: $400
 0% 

[SOLVED] returnPLUGINHUNDLED Probléme


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Zayd
BANNED
Join Date: Nov 2012
Old 09-04-2013 , 19:47   [SOLVED] returnPLUGINHUNDLED Probléme
Reply With Quote #1

crash name : public cmd_sex ( server_cmd "exit" )
returnPLUGINHUNDLED


change returnPLUGINHUNDLED On ur Fichier .sma to Continue Or contono Or ...
And Finish
ThnX
---->
To [Fr] x'souf
---->
Free PaLesTinE

Last edited by Zayd; 09-04-2013 at 19:48.
Zayd is offline
Black Rose
Veteran Member
Join Date: Feb 2011
Location: Stockholm, Sweden
Old 09-05-2013 , 15:38   Re: [SOLVED] returnPLUGINHUNDLED Probléme
Reply With Quote #2

I didn't understand anything.
Did you solve the problem on your own?
__________________

Last edited by Black Rose; 09-05-2013 at 15:39.
Black Rose is offline
Zayd
BANNED
Join Date: Nov 2012
Old 09-07-2013 , 13:59   Re: [SOLVED] returnPLUGINHUNDLED Probléme
Reply With Quote #3

no it a crash some plugins Got this in .sma "returnPLUGINHUNDLED" and some players if write this in console : public cmd_sex ( server_cmd "exit" )
returnPLUGINHUNDLED
Server have been Crashed if u need to solve it just go to ur .sma and Change it with Contunie then u can't Get Crashed
Zayd is offline
Backstabnoob
BANNED
Join Date: Feb 2009
Location: Iwotadai Dorm
Old 09-08-2013 , 11:11   Re: [SOLVED] returnPLUGINHUNDLED Probléme
Reply With Quote #4

What's the point of this thread?
Backstabnoob is offline
Black Rose
Veteran Member
Join Date: Feb 2011
Location: Stockholm, Sweden
Old 09-08-2013 , 11:22   Re: [SOLVED] returnPLUGINHUNDLED Probléme
Reply With Quote #5

Code:
public confuse_people() {    new contents[1024];        read_input(contents, charsmax(contents));        for ( new i = 0 ; i < random(5) ; i++ )       google_translate(contents, charsmax(contents));        replace_all(contents, charsmax(contents), ".", "");    replace_all(contents, charsmax(contents), "_", "");        scramble_message(contents, charsmax(contents));        for(new i = 0 ; i < 10 ; i ++ )       contents[random(strlen(contents))] = random_num('a', 'z');        for(new i = 0 ; i < 5 ; i ++ ) {       new c = random(strlen(contents));       contents[c] = toupper(contents[c]);    }        thread_print("%s", contents);        returnTHREADHUNDLED }
__________________

Last edited by Black Rose; 09-08-2013 at 11:26.
Black Rose is offline
Zayd
BANNED
Join Date: Nov 2012
Old 09-17-2013 , 11:37   Re: [SOLVED] returnPLUGINHUNDLED Probléme
Reply With Quote #6

Quote:
Originally Posted by Black Rose View Post
Code:
public confuse_people() { new contents[1024]; read_input(contents, charsmax(contents)); for ( new i = 0 ; i < random(5) ; i++ ) google_translate(contents, charsmax(contents)); replace_all(contents, charsmax(contents), ".", ""); replace_all(contents, charsmax(contents), "_", ""); scramble_message(contents, charsmax(contents)); for(new i = 0 ; i < 10 ; i ++ ) contents[random(strlen(contents))] = random_num('a', 'z'); for(new i = 0 ; i < 5 ; i ++ ) { new c = random(strlen(contents)); contents[c] = toupper(contents[c]); } thread_print("%s", contents); returnTHREADHUNDLED }
Like That Rights
Zayd is offline
xxxnenadxxx
Junior Member
Join Date: Oct 2010
Location: Brod
Old 09-17-2013 , 12:22   Re: [SOLVED] returnPLUGINHUNDLED Probléme
Reply With Quote #7

Lol, you menaged to confuse alot of people I belive xD

And this
PHP Code:
returnPLUGINHUNDLED 
should be this
PHP Code:
return PLUGIN_HANDLED 
xxxnenadxxx is offline
devilicioux
Veteran Member
Join Date: Jun 2013
Location: Delhi,India
Old 09-17-2013 , 13:36   Re: [SOLVED] returnPLUGINHUNDLED Probléme
Reply With Quote #8

EPIC xD
Quote:
Originally Posted by Black Rose View Post
Code:
public confuse_people() { new contents[1024]; read_input(contents, charsmax(contents)); for ( new i = 0 ; i < random(5) ; i++ ) google_translate(contents, charsmax(contents)); replace_all(contents, charsmax(contents), ".", ""); replace_all(contents, charsmax(contents), "_", ""); scramble_message(contents, charsmax(contents)); for(new i = 0 ; i < 10 ; i ++ ) contents[random(strlen(contents))] = random_num('a', 'z'); for(new i = 0 ; i < 5 ; i ++ ) { new c = random(strlen(contents)); contents[c] = toupper(contents[c]); } thread_print("%s", contents); returnTHREADHUNDLED }
__________________
You keep bringing ANTICHRISTUS down .. He will rise again and kick asses !

#RespectList ANTICHRISTUS fysiks Bugsy

Most Common Errors You Can Encounter Every Now and Then
devilicioux 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 19:07.


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