AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Scripting Help (https://forums.alliedmods.net/forumdisplay.php?f=11)
-   -   [help] Explain and difference between all return (https://forums.alliedmods.net/showthread.php?t=252992)

indraraj striker 12-13-2014 06:02

[help] Explain and difference between all return
 
PHP Code:

Explain and difference between all return 

1.return PLUGIN_HANDLED;
2.return PLUGIN_CONTINUE;
3.return;
4.return 1;
5.return 0

Thanks in advanced !!

HamletEagle 12-13-2014 06:34

Re: [help] Explain and difference between all return
 
Search for pawn picture tutorial by emp.

Also, this is out of context. In general return 1 is return PLUGIN_HANDLED, 0 is continue, 2 is return PLUGIN_HANDLED_MAIN, but they can also be from fakemeta or from another module.

indraraj striker 12-13-2014 07:00

Re: [help] Explain and difference between all return
 
Quote:

Originally Posted by HamletEagle (Post 2234738)
Search for pawn picture tutorial by emp.

Also, this is out of context. In general return 1 is return PLUGIN_HANDLED, 0 is continue, 2 is return PLUGIN_HANDLED_MAIN, but they can also be from fakemeta or from another module.

Thank you :)

zmd94 12-13-2014 09:57

Re: [help] Explain and difference between all return
 
Pawn Picture Tutorial

indraraj striker 12-13-2014 11:08

Re: [help] Explain and difference between all return
 
Quote:

Originally Posted by zmd94 (Post 2234808)

ty :D


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

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