- 0
Sprijin- Problema GM Blown
-
Similar Content
-
- 2 replies
- 72 views
-
- 7 answers
- 557 views
-
- 2 answers
- 94 views
-
- 2 answers
- 151 views
-
- 3 answers
- 141 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:Salut. Folosesc GM blown si am observat un bug si anume ca orice player normal isi poate da admin singur ... Gm blown are acea chestie cu EsteManager si acolo am doar numele meu si al unui baiat dar si restul playerilor isi pot da admin singuri pe server ... cu toate ca nu apar acolo
Erori / warnings: -
Lini/script: [pawn] forward EsteManager(playerid);
public EsteManager(playerid)
{
if(IsPlayerConnected(playerid))
{
new nume[512];
GetPlayerName(playerid, nume, sizeof(nume));
// Creator !
if((strcmp(nume, "test", true) == 0) || (strcmp(nume, "test", true) == 0) || (strcmp(nume, "", true) == 0) || (strcmp(nume, "", true) ==0))
{
return 1;
}
}
return 0;
}[/pawn]
Ai incercat sa rezolvi singur ?: -
Link to comment
Share on other sites
2 answers to this question
Recommended Posts