[Ajuda] Y_Hooks
#1

Preciso de ajuda, instalei a include Y_Hooks, defini ela no headers da minha gamemode, porem esta dando esse erro abaixo. Porfavor me ajudem, ja instalei a include.

C:\Users\Blue\Desktop\Gamemodes e Projetos\GM\gamemodes\Modulo.pwn(4) : fatal error 100: cannot read from file: "Y_Hooks"
Reply
#2

Tente assim

PHP Code:
#include <YSI\y_hooks> 
Reply
#3

Quote:
Originally Posted by iAplle
View Post
Tente assim

PHP Code:
#include <YSI\y_hooks> 
Resolvido, Vlw amigo!
Reply
#4

agr estou com esse warning '-'
warning 201: redefinition of constant/macro (symbol "isnull(%1)")
Reply
#5

Tenta baixar as mais atualizadas

https://github.com/pawn-lang/YSI-Includes/releases
Reply
#6

Atualizei e deu nada. Mas vlw, mlhr que nada, oq importa que rode e agr partiu refazer a gm em modulos KKK'
Reply
#7

Tentar baixar a versгo 4.0.2 se nгo der baixe a 4.0.1 ou a 4.0. Mas boa sorte ai xD
Reply
#8

Quote:
Originally Posted by SrBlu
View Post
agr estou com esse warning '-'
warning 201: redefinition of constant/macro (symbol "isnull(%1)")
Coloque a include logo apуs a_samp, antes de qualquer outra.
Code:
#include <a_samp>
#include <YSI\y_hooks>
//suas outras includes...
Reply
#9

Quote:
Originally Posted by RodrigoMSR
View Post
Coloque a include logo apуs a_samp, antes de qualquer outra.
Code:
#include <a_samp>
#include <YSI\y_hooks>
//suas outras includes...
jб esta no topo, tenho sempre um template em todas minhas GM... A_samp dps zcmd...( etc ). Obrigado por comentar, caso eu esquecer ainda hehehe
Reply
#10

vai na linha do script onde ta dizendo warning 201: redefinition of constant/macro (symbol "isnull(%1)")
e digita '#undef isnull' numa linha antes .
Gambiarra, mas deve funcionar.
Reply
#11

Tente essa versгo:

https://github.com/pawn-lang/YSI-Includes/tree/5.x
Reply
#12

Quote:
Originally Posted by RenanMsV
View Post
vai na linha do script onde ta dizendo warning 201: redefinition of constant/macro (symbol "isnull(%1)")
e digita '#undef isnull' numa linha antes .
Gambiarra, mas deve funcionar.
Nгo existe codigo sem gambiarra... forum samp = stackoverflow <3 metade dos codigo daqui KKKK ( cirurgia de script )
Reply
#13

Quote:
Originally Posted by SrBlu
View Post
jб esta no topo, tenho sempre um template em todas minhas GM... A_samp dps zcmd...( etc ). Obrigado por comentar, caso eu esquecer ainda hehehe
Acho que vocк nгo entendeu amigo.

Tem que ser exatamente nessa ordem: a_samp, depois y_hooks e sу depois as demais.

Ex:
Code:
#include <a_samp>
#include <YSI\y_hooks>
#include <streamer>
#include <zcmd>
#include <sscanf2>
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)