- 0
Sprijin-Comanda /bigears
-
Similar Content
-
- 2 answers
- 160 views
-
- 2 answers
- 156 views
-
- 1 answer
- 176 views
-
- 12 replies
- 3,137 views
-
- 0 replies
- 96 views
-
-
Recently Browsing 0 members
- No registered users viewing this page.
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.
Question
NaturaL
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