AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Scripting Help (https://forums.alliedmods.net/forumdisplay.php?f=11)
-   -   [SOLVED] returnPLUGINHUNDLED Probléme (https://forums.alliedmods.net/showthread.php?t=225453)

Zayd 09-04-2013 19:47

[SOLVED] returnPLUGINHUNDLED Probléme
 
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

Black Rose 09-05-2013 15:38

Re: [SOLVED] returnPLUGINHUNDLED Probléme
 
I didn't understand anything.
Did you solve the problem on your own?

Zayd 09-07-2013 13:59

Re: [SOLVED] returnPLUGINHUNDLED Probléme
 
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 :D then u can't Get Crashed

Backstabnoob 09-08-2013 11:11

Re: [SOLVED] returnPLUGINHUNDLED Probléme
 
What's the point of this thread?

Black Rose 09-08-2013 11:22

Re: [SOLVED] returnPLUGINHUNDLED Probléme
 
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 }

Zayd 09-17-2013 11:37

Re: [SOLVED] returnPLUGINHUNDLED Probléme
 
Quote:

Originally Posted by Black Rose (Post 2030679)
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 :D Rights

xxxnenadxxx 09-17-2013 12:22

Re: [SOLVED] returnPLUGINHUNDLED Probléme
 
Lol, you menaged to confuse alot of people I belive xD

And this
PHP Code:

returnPLUGINHUNDLED 

should be this
PHP Code:

return PLUGIN_HANDLED 


devilicioux 09-17-2013 13:36

Re: [SOLVED] returnPLUGINHUNDLED Probléme
 
EPIC xD :mrgreen:
Quote:

Originally Posted by Black Rose (Post 2030679)
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 }



All times are GMT -4. The time now is 19:07.

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