[Ayuda] Estos Errores Copilar.
#1

Quote:

array sizes do not match, or destination array is too small

Linea:

Quote:

stock ReturnPlayerName(playerid)
{
new name[MAX_PLAYER_NAME+1];
GetPlayerName(playerid, name, sizeof(name));
return name; >>>> ESTБ ES LA LINEA QUE DA EL ERROR---!!!
}

Reply
#2

pawn Код:
stock ReturnPlayerName(playerid)
{
new name[MAX_PLAYER_NAME+1];
GetPlayerName(playerid, name, MAX_PLAYER_NAME+1);
return name;
}
Proba asн.
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)