Jump to content
  • 0

Sprijin-Comanda /bigears


NaturaL

Question

Nick: NaturaL

Problema: La comanda /bigears as vrea sa bag acces si la Agenti

Erori / warnings: -

Lini/script: [pawn] if(strcmp(cmd, "/bigears", true) == 0 && PlayerData[playerid][pAdmin] >= 1)

{

    if(IsPlayerConnected(playerid))

    {

if (!BigEar[playerid])

{

  BigEar[playerid] = 1;

SendClientMessage(playerid, COLOR_WHITE, "Bigears {ADFF2F}activat{ffffff}.");

}

else if (BigEar[playerid])

{

(BigEar[playerid] = 0);

SendClientMessage(playerid, COLOR_WHITE, "Bigears {ff0000}dezactivat{ffffff}.");

}

}

return 1;

}[/pawn]

Ai incercat sa rezolvi singur ?:  Da am incercat sa bag aceasta linie la comanda si mia dat multe erori la compilare[pawn]if (PlayerData[playerid][pAgent] >= 1)[/pawn]

Link to comment
Share on other sites

2 answers 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.