02.05.2015, 18:04
Alguйm sabe onde posso encontrar a y_hooks include? completa? encontrei isso..
e dб isso de erro
Elб tб pedindo outra include, o problema й que nгo sei onde consigo essa include ae do erro e nгo sei se essa que tб ae em cima й funcional.
PHP код:
/**--------------------------------------------------------------------------**\
==============================
y_hooks - Hook any callback!
==============================
Description:
Automatically hooks any callbacks with a very simple syntax.
Legal:
Version: MPL 1.1
The contents of this file are subject to the Mozilla Public License Version
1.1 (the "License"); you may not use this file except in compliance with
the License. You may obtain a copy of the License at
http://www.mozilla.org/MPL/nl67976c991c6...5.66223151
Software distributed under the License is distributed on an "AS IS" basis,
WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
for the specific language governing rights and limitations under the
License.
The Original Code is the SA:MP callback hooks include.
The Initial Developer of the Original Code is Alex "******" Cole.
Portions created by the Initial Developer are Copyright © 2008
the Initial Developer. All Rights Reserved.
Contributors:
ZeeX, koolk, JoeBullet/******63, g_aSlice/Slice
Thanks:
JoeBullet/******63 - Handy arbitrary ASM jump code using SCTRL.
Peter, Cam - Support.
ZeeX, g_aSlice/Slice, Popz, others - Very productive conversations.
koolk - IsPlayerinAreaEx code.
TheAlpha - Danish translation.
breadfish - German translation.
Fireburn - Dutch translation.
yom - French translation.
50p - Polish translation.
Zamaroht - Spanish translation.
Dracoblue, sintax, mabako, Xtreme, other coders - Producing other modes
for me to strive to better.
Pixels^ - Running XScripters where the idea was born.
Matite - Pestering me to release it and using it.
Very special thanks to:
Thiadmer - PAWN, whose limits continue to amaze me!
Kye/Kalcor - SA:MP.
SA:MP Team past, present and future - SA:MP.
Version:
2.0
Changelog:
25/02/12:
Extracted most of the code to a separate file.
17/03/11:
Second complete re-write using another new technique. Now VERY fast!
Updated OnPlayerUpdate code using ******63's SCTRL jump code.
06/08/10:
First version
</remarks>
\**--------------------------------------------------------------------------**/
#if !defined _inc_y_hooks
#error Did you do <YSI/y_hooks> instead of the required <YSI\y_hooks>?
#endif
#undef _inc_y_hooks
// Multiple includes!
#include "internal\y_unique"
//#if defined _INC_y_hooks
// #endinput
//#endif
// Everything except including "y_unique" is done once only.
//#define _INC_y_hooks
//#include "internal\y_dohooks"
#include "y_hooks/impl"
#if defined YSI_TESTS
#include "y_testing"
#include "y_hooks/tests"
// Get some new IDs.
//#include "internal\y_unique"
#endif
Код:
C:\Users\Administrador PC\Desktop\Brasil True Life\pawno\include\y_hooks.inc(64) : fatal error 111: user error: Did you do <YSI/y_hooks> instead of the required <YSI\y_hooks>? Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 1 Error.