Quantcast
Channel: SA-MP Forums
Viewing all articles
Browse latest Browse all 18226

[Ajuda] Não aparece a mensagem de expulsão

$
0
0
Galera, não está aparecendo a mensagem depois de ser expulso(a) do servidor

Topo da GM

PHP Code:

enum pInfo
{
    
Programador
};

new 
Player[MAX_PLAYERS][pInfo];
new 
nProg[MAX_PLAYER_NAME], nExp[MAX_PLAYER_NAME]; 


PHP Code:

CMD:expulsar(playeridparams[])
{
    new 
Motivo[30], IDstring[300];
    if(
Player[playerid][Programador] < 4) return SendClientMessage(playerid, -1"{FF0000}Comando Desconhecido");
    if(
sscanf(params"us[80]"IDMotivo)) return SendClientMessage(playerid, -1"{FF0000}Modo correto: /Expulsar [id] [Motivo]");
    if(!
IsPlayerConnected(ID)) return SendClientMessage(playerid, -1"{FF0000}Jogador(a) não Conectado(a)");
    
GetPlayerName(playeridnProgsizeof(nProg));
    
GetPlayerName(playeridnExpsizeof(nExp));
    
format(stringsizeof(string), "{FF0000}O(A) Programador %s expulsou o(a) jogador(a) %s ( Motivo : %s)"nPrognExpMotivo);
    
SendClientMessageToAll(-1string);
    
Kick(ID);
    return 
1;




Viewing all articles
Browse latest Browse all 18226

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>