07.04.2014, 09:28
pawn Код:
if(APlayerData[playerid][PlayerLevel] > 0)
{
new DName[MAX_PLAYER_NAME], Coringa[80];
GetPlayerName(playerid,DName,sizeof(DName));
format(Coringa,sizeof(Coringa),"~>~ ~g~%s ~r~Off ~<~",DName);
GameTextForAll(Coringa, 2000, 0);
}
O que isso faz ai ? isso acredito eu que e em OnPlayerDisconnect , DName velhos tempos !