10.07.2015, 19:41
i think i should explain some more. i mean like add "Godmode: []" in this.
especially when a player type /god. it would say "Godmode: on or off", when a player use /whois to his account info. i need help with this.
Quote:
format(string, sizeof(string), "%s's Account Statistics:", GetName(id)); SendClientMessage(playerid, COLOR_BLUE, str); format(str, sizeof(str), "Jail: [%s] | Mute: [%s]| Godmode:[%i] | Time: [%i] | Admin: [%i - %s] | Vip: [%i - %s] | Cookies: [%i]", AdminRank, DutyStatus, time, admin, Admin2, vip, VIP, cookies); format(str2, sizeof(str2), "Warning: [%i/%i] | WantedLvl: [%i] | Score: [%i] Money: [$%i] | Kills: [%d] | Deaths: [%d]", warn, MAX_WARNINGS, wanted, score, money, kill, death); format(str3, sizeof(str3), "SaveSkin: [%i] | Ratio: [%0.2f] | Location: [%s] Hours: [%i] | Minutes: [%i] | Seconds: [%i]", skin, Float:kill/Float:death, zone, h, m, s); SendClientMessage(playerid, COLOR_GREY, string); SendClientMessage(playerid, COLOR_GREY, str); SendClientMessage(playerid, COLOR_GREY, str2); SendClientMessage(playerid, COLOR_GREY, str3); |