[Ajuda] Chamar comandos (ZCMD)
#4

Sem parametros!
pawn Код:
CMD:meucmd(playerid)
{
    return true;
}

cmd_meucmd(playerid);

Com parametros!
pawn Код:
CMD:meucmd(playerid,params[])
{
    return true;
}

cmd_meucmd(playerid, #);
//O mesmo que
cmd_meucmd(playerid, "");
Simples
Reply


Messages In This Thread
Chamar comandos (ZCMD) - by SouLMito - 12.12.2012, 19:28
Re: Chamar comandos (ZCMD) - by williamgato - 12.12.2012, 19:30
Re: Chamar comandos (ZCMD) - by ViniBorn - 12.12.2012, 19:30
Re: Chamar comandos (ZCMD) - by Schocc - 12.12.2012, 19:57

Forum Jump:


Users browsing this thread: 1 Guest(s)