- 0
Problemă Register
-
Similar Content
-
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
Stephen
Problemă întâlnită (descriere): Bug la Register.
Ero(area / rile) / warning-(ul / urile): -
Liniile de cod / sursa / script-ul:
Sub această linie
- am adăugat următoarele
{ if(IsPlayerConnected(playerid)) { if(PlayerInfo[playerid][pMember] == 0 || PlayerInfo[playerid][pLeader] == 0) { new pName[MAX_PLAYER_NAME], string[256]; { GetPlayerName(playerid, pName, sizeof(pName)); if(PlayerInfo[playerid][pDonateRank] == 1) { format(string, sizeof(string), "{FF00D5}[POWER USER]{FFFFFF} %s: %s", pName, text); } else if(PlayerInfo[playerid][pDonateRank] == 2) { format(string, sizeof(string), "{FF00D5}[VIP]{FFFFFF} %s: %s", pName, text); } else if(PlayerInfo[playerid][pDonateRank] == 3) { format(string, sizeof(string), "{FF00D5}[EXTRA VIP]{FFFFFF} %s: %s", pName, text); } else if(PlayerInfo[playerid][pDonateRank] == 0) { format(string, sizeof(string), "%s: %s", pName, text); } ProxDetector(20.0, playerid, string, COLOR_FADE1, COLOR_FADE2, COLOR_FADE3, COLOR_FADE4, COLOR_FADE5); } return 0; } }Imagini / Video (optional):
Aţi încercat să rezolvaţi singur?: De 2 zile tot încerc și nimic.
P.S: Dacă e nevoie am să vă las și Register-ul cu întrebările.
13 answers to this question
Recommended Posts