[AJUDA/PEDIDO] Comando /veiculo e /mudarnome
#10

pawn Код:
if(strcmp(cmd, "/veiculo", true) == 0)
{
    if(IsPlayerAdmin(playerid))
    {
        cmd = strtok(cmdtext, idx);
        if(!strlen(cmd))
        {
            SendClientMessage(playerid, 0xFF0000AA, "USO: /veiculo [ID] [COR 1] [COR 2]");
            return 1;
        }
        new ID;
        ID = strval(cmd);
        cmd = strtok(cmdtext, idx);
        if(!strlen(cmd))
        {
            SendClientMessage(playerid, 0xFF0000AA, "USO: /veiculo [ID] [COR 1] [COR 2]");
            return 1;
        }
        new Cor1;
        Cor1 = strval(cmd);
        cmd = strtok(cmdtext, idx);
        if(!strlen(cmd))
        {
            SendClientMessage(playerid, 0xFF0000AA, "USO: /veiculo [ID] [COR 1] [COR 2]");
            return 1;
        }
        new Cor2;
        Cor2 = strval(cmd);
        new Float:X, Float:Y, Float:Z;
        GetPlayerPos(playerid, X, Y, Z);
        AddStaticVehicle(ID, X, Y, Z, 0.0, Cor1, Cor2);
        return SendClientMessage(playerid,0x00FF00AA,"Veiculo Criado");
    }
    else if(!IsPlayerAdmin(playerid))
    {
        SendClientMessage(playerid,0xFF0000AA,"Vocк nгo й administrador");
    }
}
Jajб posto o do nome.
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 4 Guest(s)