[Ajuda] strlib.inc
#1

Код:
strlib.inc(154) : error 025: function heading differs from prototype
strlib.inc(154) : error 025: function heading differs from prototype
strlib.inc(154) : error 025: function heading differs from prototype
strlib.inc(154) : fatal error 107: too many error messages on one line
Tб a dar este erros pq ?
Reply
#2

Linha :
pawn Код:
forward strreplace(string[], const search[], const replacement[], bool:ignorecase = false, pos = 0, limit = -1, maxlength = sizeof(string));
Reply
#3

Posta o cуdigo inteiro;
Reply
#4

simples cara

a forward tem de estar igual б public

tipo assim
pawn Код:
forward strreplace(string[], const search[], const replacement[], bool:ignorecase = false, pos = 0, limit = -1, maxlength = sizeof(string));
public strreplace(string[], const search[], const replacement[], bool:ignorecase = false, pos = 0, limit = -1, maxlength = sizeof(string)) {
    return 1;
}
e concerteza voce nao tem
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)