[Ajuda] Como reservo skins para GGs e ORGs e como coloco o comando /darlider so pra quem ta logado com rcon?
#2

Use OnRconComman.
https://sampwiki.blast.hk/wiki/OnRconCommand

Exemplo:
PHP код:
public OnRconCommand(cmd[])
{
    if(!
strcmp(cmd,"/darlider",true))
    {
        
SendClientMessageToAll(0xFFFFFFAA,"Hello World!");
        print(
"You said hello to the world.");// This will appear to the player who typed the rcon command in the chat in white
        
return 1;
    }
    return 
0;

@edit

Pra reservar as skins vocк deve usar SetPlayerSkin, juntamente na hora que o player entra pra organizaзгo. Use com o comando de aceitar o convite para entrar na organizaзгo.
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)