duel sys
#6

There's a little issue,

Код:
    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;
}
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
Reply


Messages In This Thread
duel sys - by ivndosos - 16.02.2018, 09:32
Re: duel sys - by kingmk - 16.02.2018, 09:38
Re: duel sys - by ivndosos - 16.02.2018, 10:11
Re: duel sys - by PepsiCola23 - 16.02.2018, 11:57
Re: duel sys - by Mugala - 16.02.2018, 12:26
Re: duel sys - by ivndosos - 16.02.2018, 12:58
Re: duel sys - by ivndosos - 17.02.2018, 09:29
Re: duel sys - by Mugala - 17.02.2018, 09:34
Re: duel sys - by PepsiCola23 - 17.02.2018, 09:38

Forum Jump:


Users browsing this thread: 1 Guest(s)