16.02.2018, 12:58
There's a little issue,
When I send someone duel he sees (weapons: deagle and shotgun)
but when it shows me the message eg. u invited this blah blah with weapons: , shotgun
it doesn't show the first weapon
Код:
format(string, sizeof(string), "{00CC00}(DUEL) You have sent a duel invitation to %s (Weapon: %s and %s)", duelinfo[user][playername], user, weap, weap2); SendClientMessage(playerid, -1, string); format(string2, sizeof(string2), "{00cc00}(DUEL) You have received a duel invitation from %s(ID:%d) (Weapon: %s and %s) (/accept, /decline)", duelinfo[playerid][playername], playerid, weap, weap2); SendClientMessage(user, -1, string2); return 1; }
but when it shows me the message eg. u invited this blah blah with weapons: , shotgun
it doesn't show the first weapon