[Ajuda] erros
#1

pawn Код:
public OnPlayerConnect(playerid) {
    new Query[80];
   
    mysql_format(MySQL, Query, sizeof(Query), "SELECT `Senha`, `ID` FROM `Players` WHERE `Nome`='%s'", Nome(playerid));
    mysql_tquery(MySQL, Query, "VerificarContas", "i", playerid);
    return 1;
}
Quote:

error 012: invalid function call, not a valid address
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

Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


4 Errors.

Reply
#2

help please amigos
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)