Jump to content
  • 0
Sign in to follow this  
Battosai

[Error]: buildin_getcharid: Player with nick

Question

Anyone how to fix error on map- server

 

 

        set .@origin , getcharid(3);
        mes "[ ^FF6600Top Online Ranking^000000 ]";
        for( set .@i , 0; .@i < .@size; set .@i,.@i+1 ) {
            if( attachrid( getcharid( 3,.@name$[.@i] ) ) ) {
                set .@value[.@i] , .@value[.@i] + gettimetick(2) - @login_time;
                attachrid( .@origin );
            }

 

 

error.png

Edited by Battosai

Share this post


Link to post
Share on other sites

0 answers to this question

Recommended Posts

There have been no answers to this question yet

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.