[HELP] Optimize Code
#5

Thank you, I managed to find a way to solve my problem, the two ways mentioned would not work the way I wanted, because a PlayerTextDraw would stay on top of the other, managed to solve the problem with this code:
PHP код:
    if(DOF2_FileExists(GetDataPlayer(playerid))) for(new i!= 23i++) PlayerTextDrawShow(playeridText_Login[playerid][i]);
    else {
        for(new 
i!= 24i++) {
            if(
== 21) continue;
            
PlayerTextDrawShow(playeridText_Login[playerid][i]);
        }
    } 
Reply


Messages In This Thread
[HELP] Optimize Code - by EditPawn - 08.11.2015, 07:04
Re: [HELP] Optimize Code - by Sellize - 08.11.2015, 07:54
Re: [HELP] Optimize Code - by ATGOggy - 08.11.2015, 07:55
Re: [HELP] Optimize Code - by Sellize - 08.11.2015, 07:57
Re: [HELP] Optimize Code - by EditPawn - 08.11.2015, 08:49

Forum Jump:


Users browsing this thread: 1 Guest(s)