Jump to content

  •  

pidow

Member Since 10 Nov 2016
Offline Last Active Jun 05 2017 10:25 AM
-----

Posts I've Made

In Topic: script:add_word: invalid word

31 May 2017 - 02:29 PM

hi no body have a answer ? :/


In Topic: script:add_word: invalid word

29 May 2017 - 02:18 PM

function    script    ControleIP    {
set .@checkip,0;
            if (query_sql("SELECT login.account_id FROM login LEFT JOIN `char` ON login.account_id=`char`.account_id WHERE login.last_ip=(SELECT last_ip FROM login WHERE account_id="+getcharid(3)+") AND `char`.online=1", .@account_id) > 1)) {
                logmes "WSS: "+strcharinfo(0)+" est en double account !";
                set @fullmessage$, " est en double account !";
                callfunc "AlerteForum";
                set .@checkip,1;
                }
return .@checkip;
}
 

Sur, this is the script.
I don't understand why i have this error :/

 

(Thx to have moving the post :)


In Topic: Get last_mac Address

17 May 2017 - 08:06 AM

@Dastgir:

Thx for your reply, but it too difficult, i don't have the skill to do it.
the patch is not up to date :/


In Topic: Get last_mac Address

15 May 2017 - 01:49 PM

sorry, i bump :)
Thx for your help !


In Topic: Get last_mac Address

17 April 2017 - 01:40 PM

Error in clif :

lclif.c:87:37: error: ‘const struct packet_CA_LOGIN’ has no member named ‘mac_address’
  safestrncpy(sd->mac_address, packet->mac_address, 17); // Mac Length on Address is 17
 
Can somebody update patch file ?
Thx a lot !