21.10.2013, 07:19
Olб gente tento exibir o ID da pessoa depois do Nome olhem o cуdigo:
Da sempre este erro
Ajudem Por Favor. obrigado
pawn Код:
new string[256], nomej[MAX_PLAYER_NAME];
GetPlayerName(playerid, nomej, sizeof(nomej));
format(string, sizeof(string),"[%d] %s: %s", playerid, nomej, text);
SendClientMessageToAll(-1, string);
return 0;
pawn Код:
C:\Documents and Settings\Administrador\Desktop\sa-mp2\gamemodes\MDC.pwn(918) : warning 225: unreachable code
C:\Documents and Settings\Administrador\Desktop\sa-mp2\gamemodes\MDC.pwn(918) : warning 217: loose indentation