- 0
Problemă CHAT
-
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): Cum fac să apară doar un singur rând, atât cu acea culoare pusă la pDonate, cât și cu acea culoare ce ține de facțiunea în care ader?
Ero(area / rile) / warning-(ul / urile): -
Liniile de cod / sursa / script-ul:
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); } ProxDetector(20.0, playerid, string, COLOR_FADE1, COLOR_FADE2, COLOR_FADE3, COLOR_FADE4, COLOR_FADE5); } }Imagini / Video (optional):
Aţi încercat să rezolvaţi singur?: Da
7 answers to this question
Recommended Posts