Ajuda com /cv
#4

Meu Comando Universal , jб postei ele 300x(mentira) no forum
pawn Код:
if(strcmp(cmd, "/veiculo", true) == 0)
{
    tmp = strtok(cmdtext, idx);
    if(!strlen(tmp))
    {
        return SendClientMessage(playerid, 0xFF0000AA, "USO: /veiculo [ID] [COR 1] [COR 2]");
    }
    new ID;
    ID = strval(tmp);
    tmp = strtok(cmdtext, idx);
    if(!strlen(tmp))
    {
        return SendClientMessage(playerid, 0xFF0000AA, "USO: /veiculo [ID] [COR 1] [COR 2]");
    }
    new Cor1;
    Cor1 = strval(tmp);
    tmp = strtok(cmdtext, idx);
    if(!strlen(tmp))
    {
        return SendClientMessage(playerid, 0xFF0000AA, "USO: /veiculo [ID] [COR 1] [COR 2]");
    }
    new Cor2;
    Cor2 = strval(tmp);
    new Float:X, Float:Y, Float:Z;
    GetPlayerPos(playerid, X, Y, Z);
    CreateVehicle(ID, X+2, Y, Z, 0.0, Cor1, Cor2, 60000);
    return SendClientMessage(playerid,0x00FF00AA,"Veiculo Criado");
}
Reply


Messages In This Thread
Ajuda com /cv - by [GET]Vidaloka - 12.01.2011, 22:36
Re: Ajuda com /cv - by -GooGle- - 12.01.2011, 22:43
Re: Ajuda com /cv - by [GET]Vidaloka - 12.01.2011, 22:54
Re: Ajuda com /cv - by TiagoPS - 13.01.2011, 00:16

Forum Jump:


Users browsing this thread: 1 Guest(s)