Jump to content
  • 0

Transformare comanda.


zNx.

Question

Problema intalnita (descriere):Deci am o comanda pe strcm si vreau sa o transform in zcmd...
Ero(area / rile) / warning-(ul / urile):-
Liniile de cod / sursa / script-ul(obligatoriu):

Quote

if(!strcmp(cmd, "/turfs", true))
    {
        if(IsPlayerConnected(playerid))
        {
        if(OnDuty[playerid]==0)
        {
        OnDuty[playerid]=1;
        for(idx = 1;idx< 51; idx++)
        {
            if(TeritoriuData[idx][tOwned] == 4)
            {
                   GangZoneShowForPlayer(playerid, turf[idx], TEAM_VAGOS_COLOR);
            }
            else if(TeritoriuData[idx][tOwned] == 5)
            {
                GangZoneShowForPlayer(playerid, turf[idx], TEAM_GROVE_COLOR);
            }
            else if(TeritoriuData[idx][tOwned] == 10)
            {
                GangZoneShowForPlayer(playerid, turf[idx], TEAM_BALLAS_COLOR);
            }
            else if(TeritoriuData[idx][tOwned] == 11)
            {
                GangZoneShowForPlayer(playerid, turf[idx], TEAM_AZTECAS_COLOR);
            }

        }
        SendClientMessage(playerid, COLOR_STAFF_INFO, "Ai activat teritoriile.");
        }else{
        OnDuty[playerid]=0;
                    for(idx = 1;idx< 51; idx++)
        {
            if(TeritoriuData[idx][tOwned] == 4)
            {
                   GangZoneHideForPlayer(playerid, turf[idx]);
            }
            else if(TeritoriuData[idx][tOwned] == 5)
            {
                GangZoneHideForPlayer(playerid, turf[idx]);
            }
            else if(TeritoriuData[idx][tOwned] == 10)
            {
                GangZoneHideForPlayer(playerid, turf[idx]);
            }
            else if(TeritoriuData[idx][tOwned] == 11)
            {
                GangZoneHideForPlayer(playerid, turf[idx]);
            }

        }
        SendClientMessage(playerid, COLOR_STAFF_INFO, "Ai dezactivat teritoriile.");
        }
        }
        return false;
        }


Imagini / Video (optional):
Ati incercat sa rezolvati singur?: Da,am lasat-o asa iar cand intram pe server mergea numai comanda aceasta...

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.