[Ayuda]:Warning MySQL
#5

Pasanos la declaraciуn de la variable "MySQL" y "query". Ese warning se produce por un tipo de dato con un tag diferente al que pide la funciуn. Ejemplo:

Код:
func(Float:value) {

}

main() {
    new MyTag:x = 5;
    func(x); // 5 No tiene el tag float, tiene "MyTag". Pero la funciуn pide "Float:". Resultado: tag mismatch (los tags no coinciden)
}
Reply


Messages In This Thread
[Ayuda]:Warning MySQL - by Choidito - 13.09.2015, 04:58
Re: [Ayuda]:Warning MySQL - by Unrea1 - 13.09.2015, 04:59
Re: [Ayuda]:Warning MySQL - by Choidito - 13.09.2015, 05:35
Respuesta: [Ayuda]:Warning MySQL - by Juance - 13.09.2015, 05:55
Re: [Ayuda]:Warning MySQL - by spell - 13.09.2015, 06:02
Re: [Ayuda]:Warning MySQL - by Choidito - 13.09.2015, 06:30
Re: [Ayuda]:Warning MySQL - by Infernux - 13.09.2015, 14:14
Re: [Ayuda]:Warning MySQL - by Choidito - 14.09.2015, 03:09
Re: [Ayuda]:Warning MySQL - by jotajeda - 14.09.2015, 03:32
Re: [Ayuda]:Warning MySQL - by Choidito - 14.09.2015, 03:40

Forum Jump:


Users browsing this thread: 2 Guest(s)