Weird issue
#2

Код HTML:
switch(Account[playerid][DuelType]) 
        { 
            case 0: 
            { 
                new duelmsg[128];
                format(duelmsg, sizeof(duelmsg), "DUEL: %s has won the duel against %s at %s! (Bet: %d)", GetName(killerid), GetName(playerid), duelMapNameList[Account[playerid][Map]], Account[Account[playerid][DuelInviter]][Bet]); 
                GivePlayerMoneyEx(killerid, Account[Account[playerid][DuelInviter]][Bet] * 2); 
                SendClientMessageToAll(pCOLOR_LIGHTBLUE, duelmsg); 
                CompleteDuel(playerid, killerid);
I think that you didnt declare duelmsg ?

Idk, try it and tell me if it's working or not.

Edit : I am talking about the msg that's being sent to everyone.
Edit #2 : If that's not what are you talking about, Then please describe the problem.
Reply


Messages In This Thread
Weird issue - by aoky - 28.01.2018, 21:23
Re: Weird issue - by R4nd4ll - 28.01.2018, 21:33
Re: Weird issue - by aoky - 28.01.2018, 21:54
Re: Weird issue - by R4nd4ll - 28.01.2018, 21:56
Re: Weird issue - by Cypress - 28.01.2018, 21:57
Re: Weird issue - by Mugala - 29.01.2018, 13:18

Forum Jump:


Users browsing this thread: 2 Guest(s)