[Ajuda] Duvida rapida
#8

Quote:
Originally Posted by xCR7
Посмотреть сообщение
strcmp:

pawn Код:
stock ForcarComando(playerid, cmdtext[])
{
    CallRemoteFunction("OnPlayerCommandText", "ds", playerid, cmdtext);
    return true;
}
Exemplo do uso:

pawn Код:
ForcarComando(playerid, "/admins");//Forзarб o jogador б usar o comando /admins assim que ele entrar
zcmd

pawn Код:
CMD:comandoid( p, pr[], PlayerID, cmdtext[ 30 ] )
{
    if( sscanf( pr, "us[25]", PlayerID, cmdtext ) ) return SendClientMessage( p, -1, #Use /comandoid [ID] );
    return OnPlayerCommandReceived( PlayerID, cmdtext ), true;
}
Crйditos: JonathanFeitosa & iShock
Vlwwww +REP
Reply


Messages In This Thread
Duvida rapida - by luccagomes15 - 01.10.2014, 20:50
Re: Duvida rapida - by DeadNudock - 01.10.2014, 21:36
Re: Duvida rapida - by ipsLuan - 01.10.2014, 21:46
Re: Duvida rapida - by luccagomes15 - 01.10.2014, 22:02
Re: Duvida rapida - by josuevera1234 - 01.10.2014, 22:06
Re: Duvida rapida - by luccagomes15 - 01.10.2014, 22:31
Re: Duvida rapida - by ipsLuan - 01.10.2014, 22:44
Re: Duvida rapida - by luccagomes15 - 09.10.2014, 16:49

Forum Jump:


Users browsing this thread: 3 Guest(s)