for( new i = 0; i < 13; i ++) {
PlayerTextDrawShow( playerid, RegisterTD[ playerid ][ i ] );
}
SelectTextDraw( playerid, 0xFFFFFFFF);
ShowedRegister[ playerid ] = true;
}
else if( show == false )
{
for( new i = 0; i < 20; i ++)
{
PlayerTextDrawHide( playerid, RegisterTD[ playerid ][ i ] );
PlayerTextDrawDestroy( playerid, RegisterTD[ playerid ][ i ] );
RegisterTD[ playerid ][ i ] = PlayerText:INVALID_TEXT_DRAW;
}
CancelSelectTextDraw( playerid );
}
}Pomoc oko REGISTER TD-a
439
pregleda
4
postova
17. Jan. 2019.
Da li si pokusao sve ovo sto je Muma meni rekao? http://balkan-samp.com/forum/index.php?topic=127224.0
17. Jan. 2019.
.варнинг wrote on January 17, 2019, 7:33 pm:
Da li si pokusao sve ovo sto je Muma meni rekao? http://balkan-samp.com/forum/index.php?topic=127224.0
for( new i = 0; i < 13; i ++) {
PlayerTextDrawShow( playerid, RegisterTD[ playerid ][ i ] );
}
SelectTextDraw( playerid, 0xFFFFFFFF);
ShowedRegister[ playerid ] = true;
}
else if( show == false )
{
for( new i = 0; i < 20; i ++)
{
PlayerTextDrawHide( playerid, RegisterTD[ playerid ][ i ] );
PlayerTextDrawDestroy( playerid, RegisterTD[ playerid ][ i ] );
RegisterTD[ playerid ][ i ] = PlayerText:INVALID_TEXT_DRAW;
}
CancelSelectTextDraw( playerid );
}
}Jesam al isto pritisnem na TD nista se ne desava
Morate biti prijavljeni da biste odgovorili na ovu temu.
Prijava