Problema con MySQL
#6

Vi todo el tutorial, lo pude adaptar bien. Pero no entiendo porque me arroja estos errores:

Код:
C:\Users\Rodri\Desktop\Projects\Pawn SAMP\GMSG.pwn(94) : error 029: invalid expression, assumed zero
warning 215: expression has no effect
error 001: expected token: ";", but found ")"
error 029: invalid expression, assumed zero
fatal error 107: too many error messages on one line
Linea 94:

Код:
if(PlayerLogged(playerid))
	{ // Condicion para aplicar una funcion si el jugador llega a esta callback y ya esta logueado.
        SpawnPlayer(playerid); // Si ya esta logueado y llega aqui lo hacemo spawnear.
	}
Acб defino PlayerLogged:

pawn Код:
#define PlayerLogged(%0) \ ((PlayerInfo[playerid][pLogged] && IsPlayerConnected(playerid)) ? (true) : (false))
Reply


Messages In This Thread
Problema con MySQL - by jaxoR - 06.02.2015, 23:08
Respuesta: Problema con MySQL - by Zume - 06.02.2015, 23:11
Respuesta: Problema con MySQL - by jotajeda - 06.02.2015, 23:14
Re: Problema con MySQL - by jaxoR - 06.02.2015, 23:18
Respuesta: Re: Problema con MySQL - by jotajeda - 06.02.2015, 23:29
Re: Problema con MySQL - by jaxoR - 08.02.2015, 01:47
Respuesta: Problema con MySQL - by Zume - 08.02.2015, 01:51
Respuesta: Problema con MySQL - by jotajeda - 08.02.2015, 01:57

Forum Jump:


Users browsing this thread: 1 Guest(s)