Quote:
Originally Posted by paulor
Уtimo pensamento! Muito bom!
Isso nгo vai Print como deve neh!
pawn Код:
#define AddPlayerRcon(%0) (SetPVarInt(%0, "rcon_ademir", 1), printf("RCON (In-Game): Player %d (%d) has logged in.",%0, g@str_getname(%0))) #define RemovePlayerRcon(%0) (SetPVarInt(%0, "rcon_ademir", 0), printf("RCON (In-Game): Player %d (%d) has logged off.",%0, g@str_getname(%0)))
//Correto. #define AddPlayerRcon(%0) (SetPVarInt(%0, "rcon_ademir", 1), printf("RCON (In-Game): Player %d (%s) has logged in.",%0, g@str_getname(%0))) #define RemovePlayerRcon(%0) (SetPVarInt(%0, "rcon_ademir", 0), printf("RCON (In-Game): Player %d (%s) has logged off.",%0, g@str_getname(%0)))
|
Nem vi o erro

Obrigado paulinho .. Arrumado !!
Quote:
Originally Posted by Mr.Hardy
Boa Lуgica!
Mбs podia melhorar nй mano!
Ai estб mais externo e nгo uso interno se й q me entende..
Nгo ira funcionar /adm varlist
/adm cmdlist
Sу irб printar cmdlist, varlist no console.
|
Funcionarб com SendRconCommand, й praticamente uma nova rcon .. cmdlist nгo irб funcionar porque nгo tem o jogador pra mandar, mas pra isto basta colocar uns SendClientMessages !! Obrigado pela dica.