11.10.2012, 20:16
Код:
C:\Documents and Settings\Maurilio\Desktop\ServidorT\pawno\include\TTBan.inc(27) : error 076: syntax error in the expression, or invalid function call C:\Documents and Settings\Maurilio\Desktop\ServidorT\pawno\include\TTBan.inc(43) : error 076: syntax error in the expression, or invalid function call Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 2 Errors.
pawn Код:
DOF2_SetString(tbString, "ADM", ADMNome);//erro aqui
&
DOF2_SetString(MTString, "ADM", ADMNome);//erro aqui
stock ADMNome(playerid)
{
new ADMNome[MAX_PLAYER_NAME];
GetPlayerName(playerid, ADMNome,sizeof(ADMNome));
return ADMNome;
}