format(string, sizeof(string), "%s Ganhou R$ %d.", Nome(playerid), Premio);stock Nome(playerid){ new N[24]; GetPlayerName(playerid, N, sizeof(N)); return N;}