[Ajuda] Desativar botгo
#1

Salve, tem como desativar aquela barrinha e botхes o de spawnar q fica em baixo, fiz minha tela de login em texdraw mas com aquela barrinha fica feia :P

Conto com vocкs!

Print se caso nгo entender a explicaзгo: https://imgur.com/a/uYeyHHm
Reply
#2

Coloca isso no OnPlayerRequestClass

PHP код:
TogglePlayerSpectating(playeridtrue); 
Dps pra voltar tirar ele de Spec vc vai no seu Login/Registro e coloca

PHP код:
TogglePlayerSpectating(playeridfalse); 
>

PHP код:
if(dialogid == LOGIN)
{
    if(
response)
    {
        
TogglePlayerSpectating(playeridfalse); 
        
SpawnPlayer(playerid);
    }

Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)