[DUV] comando : /veiculo id
#4

Marco se nгo sabe ajudar nao ajuda (ficar CTRL C + CTRL V de Thug nгo adianta nada)
FikDik
Criei esse numa corrida ando ausente no fуrum pelas perguntas noobs que fazem (cansei)

Aqui:
Topo GM:
pawn Код:
#define dcmd(%1,%2,%3) if (!strcmp((%3)[1], #%1, true, (%2)) && ((((%3)[(%2) + 1] == '\0') && (dcmd_%1(playerid, ""))) || (((%3)[(%2) + 1] == ' ') && (dcmd_%1(playerid, (%3)[(%2) + 2]))))) return 1
OnPlayerCommandText
pawn Код:
dcmd(veh, 3, cmdtext);[
pawn Код:
dcmd_veh(playerid,params[])
{
        if (!strlen(params)) return SendClientMessage(playerid, Rojo, "[ERRO]: Por Favor Digite Corretamente /veh ID.");//Cor
        if (!strval(params)) return SendClientMessage(playerid, Rojo, "[ERRO]: Nъmeros nй");//Cor
        if(strval(params) < 400 || strval(params) > 611) return SendClientMessage(playerid, Rojo, "[ERRO]: ID de 400 a 611");
        new nombre[MAX_PLAYER_NAME], string[100];
        GetPlayerName(playerid, nombre, sizeof(nombre));
        format(string, sizeof(string), "* %s criou um carro.", nombre);//Mensagem quando criar
        SendClientMessageToAll(Verde, string);//Cor Aqui
        new Float:x, Float:y, Float:z;
        GetPlayerPos(playerid, x, y, z);
        CreateVehicle(strval(params), x, y, z, 82.2873, 0, 1, 60);//60 = tempo
        return 1;
}
(Comando = /veh ID)

da outro beijinho -q
Reply


Messages In This Thread
[DUV] comando : /veiculo id - by Twisty - 12.07.2010, 00:29
Re: [DUV] comando : /veiculo id - by Marco_Nutz - 12.07.2010, 01:52
Re: [DUV] comando : /veiculo id - by [BEP]AcerPilot - 12.07.2010, 02:39
Re: [DUV] comando : /veiculo id - by ipsBruno - 28.07.2010, 23:58

Forum Jump:


Users browsing this thread: 2 Guest(s)