08.11.2015, 07:54
I believe this is what you're trying.
Remove the for loop that you put in, it is not placed correctly.
Remove the for loop that you put in, it is not placed correctly.
PHP код:
if(DOF2_FileExists(File)) {
for(new i=0; i != 22; i++){
PlayerTextDrawShow(playerid, Text_Login[i]);
}
} else {
Pfor(new i=0; i != 23; i++){
PlayerTextDrawShow(playerid, Text_Login[i]);
}
}