[Ajuda] TogglePlayerSpectating nгo funfa.
#1

Galera, estou tentando implantar o TogglePlayerSpectating no OnPlayerConnect, atй ai tudo bem. O problema surge na hora que "desabilito" o Toggle, ele continua com a tela congelada. Estou colocando assim :
PHP код:
public OnPlayerConnect(playerid)
{
    
TogglePlayerSpectating(playeridtrue);
       
//Todo meu code
    
return 1;

e no spawn

PHP код:
public OnPlayerSpawn(playerid)
{
    
TogglePlayerSpectating(playeridfalse);
       
//Todo meu code
    
return 1;

Reply
#2

@Por favor,

Leia isto aqui

Quote:

Parameters:
(playerid, toggle)
playerid The ID of the player who should spectate
toggle 1 to enable spectating and 0 to disable

abraзo
Reply
#3

Quote:
Originally Posted by Neutron97
Посмотреть сообщение
@Por favor,

Leia isto aqui



abraзo
Desculpe, mais pelo oque entendi, seria para mudar o "true" por "1" e o "false" por "0", se estiver correto, nгo funcionou. Mais alguma sugestгo ?
Reply
#4

sim, 'true' para 1, e 'false' para 0
Reply
#5

Edit,
me enganei.

Tente: https://sampwiki.blast.hk/wiki/SetCameraBehindPlayer.
Reply
#6

Quote:
Originally Posted by zSuYaNw
Посмотреть сообщение
Deu certo. Ehehe, valeu gato. :d
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)