[Ajuda] Relogio UP
#9

Quote:
Originally Posted by iTakelot
Посмотреть сообщение
Tenta este codigo aqui do IpsBruno

Код:
stock PlayerName(playerid)
{
new PlayerNameLevel[MAX_PLAYERS];
GetPlayerName(playerid, PlayerNameLevel, MAX_PLAYERS);
return PlayerNameLevel;
}
Nгo seria mais facil assim?
pawn Код:
stock PlayerName(playerid)
{
        new PlayerNameLevel[MAX_PLAYER_NAME];
        GetPlayerName(playerid, PlayerNameLevel, sizeof(PlayerNameLevel));
        return PlayerNameLevel;
}
Reply


Messages In This Thread
Relogio UP - by Mnnny - 25.06.2015, 23:38
Re: Relogio UP - by ExPLORE - 25.06.2015, 23:42
Re: Relogio UP - by Mnnny - 25.06.2015, 23:55
Re: Relogio UP - by LockedLucas - 25.06.2015, 23:57
Re: Relogio UP - by ExPLORE - 25.06.2015, 23:59
Re: Relogio UP - by Mnnny - 26.06.2015, 00:08
Re: Relogio UP - by iTakelot - 26.06.2015, 00:17
Re: Relogio UP - by Mnnny - 26.06.2015, 00:22
Re: Relogio UP - by ExPLORE - 26.06.2015, 00:28
Re: Relogio UP - by Mnnny - 26.06.2015, 00:29

Forum Jump:


Users browsing this thread: 1 Guest(s)