- 0
Problema Clan Tag
-
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
Ionchy4KP
Salutari. Am si eu un gamemode Last-Time, care este pornit de la burned. Cand creez un clan, totul merge bine, pana cand vreau sa scot tag-ul. Cand scot tag-ul in chat nu dispare nici in TAB, doar in /id arata ca am tag-ul scos. Ma puteti ajuta?
case DIALOG_CLANTAG: { if(!response) return 1; if(listitem == 2) { PlayerInfo[playerid][pTag] = -1; UpdateVar(playerid, "Tag", -1); SCM(playerid, COLOR_LGREEN, "Ti-ai scos tagul!"); return 1; } PlayerInfo[playerid][pTag] = listitem; UpdateVar(playerid, "Tag", listitem); SCM(playerid, COLOR_LGREEN, "Pozitia TAG-ului a fost modificata!"); new clanid = PlayerInfo[playerid][pClan]; if(PlayerInfo[playerid][pClan] != 0 && PlayerInfo[playerid][pTag] == 0) { format(string, sizeof(string), "%s%s", ClanInfo[clanid][clTag], PlayerInfo[playerid][pUsername]); SetPlayerName(playerid, string); } else if(PlayerInfo[playerid][pClan] != 0 && PlayerInfo[playerid][pTag] == 1) { format(string, sizeof(string), "%s%s", PlayerInfo[playerid][pUsername], ClanInfo[clanid][clTag]); SetPlayerName(playerid, string); } }3 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now