Can't hide HUD with TogglePlayerSpectating?
#1

Hello, I was reading that it is possible to hide hud with TogglePlayerSpectating. I've set it to 1 in OnPlayerConnect, but hud is still showing, so I've created new test gamemode where I have only this and HUD is still shown:

pawn Код:
#include "a_samp"

main()
{
   
}

public OnPlayerConnect(playerid)
{
    TogglePlayerSpectating(playerid, 1);
        return 1;
}
Reply


Messages In This Thread
Can't hide HUD with TogglePlayerSpectating? - by Riwerry - 08.01.2016, 17:44
Re: Can't hide HUD with TogglePlayerSpectating? - by Darkwood17 - 08.01.2016, 18:09
Re: Can't hide HUD with TogglePlayerSpectating? - by Riwerry - 08.01.2016, 21:15

Forum Jump:


Users browsing this thread: 1 Guest(s)