[Ajuda] Cуdigos bugados 'parte 1' #bug
#7

Tб correto? pessoal?..?

Код:
	      
       Alta[playerid] = 120;
        new Skin = PlayerInfo[playerid][pChar];
  	SetPlayerSkin(playerid, Skin);
        TimerAlta(playerid);
	SendClientMessage(playerid, COLOR_SAMU, "<!> Digite /alta para saber quanto tempo ainda falta para sair do Hospital!");
	new rand = random(sizeof(RadomCama));
        SetPlayerPos(playerid, RadomCama[rand][0], RadomCama[rand][1], RadomCama[rand][2]);
        SetPlayerCameraPos(playerid, 1159.3287, -1314.6178, 9282.0693);
        SetPlayerCameraLookAt(playerid, 1164.3419, -1305.1895, 9280.5693);
        ApplyAnimation(playerid, "CRACK", "crckdeth2", 4.0, 1, 0, 0, 0, 0);
        SetPlayerInterior(playerid, 1);
        PlayerInfo[playerid][pMuted] = 1;
        SetPlayerHealth(playerid, 40);
        TogglePlayerControllable(playerid, 0);
Ainda nгo testei, mais sу para prevenir nй.E outra tenho uma pequena duvida, nunca pode sentar o Jogador(a) e depois sentar o interior dele tipo:

Correto:
Код:
        SetPlayerPos(playerid, RadomCama[rand][0], RadomCama[rand][1], RadomCama[rand][2]);
        SetPlayerCameraPos(playerid, 1159.3287, -1314.6178, 9282.0693);
        SetPlayerCameraLookAt(playerid, 1164.3419, -1305.1895, 9280.5693);
        ApplyAnimation(playerid, "CRACK", "crckdeth2", 4.0, 1, 0, 0, 0, 0);
        SetPlayerInterior(playerid, 1);
Incorreto:
Код:
        SetPlayerInterior(playerid, 1);
        SetPlayerPos(playerid, RadomCama[rand][0], RadomCama[rand][1], RadomCama[rand][2]);
        SetPlayerCameraPos(playerid, 1159.3287, -1314.6178, 9282.0693);
        SetPlayerCameraLookAt(playerid, 1164.3419, -1305.1895, 9280.5693);
        ApplyAnimation(playerid, "CRACK", "crckdeth2", 4.0, 1, 0, 0, 0, 0);
Tу certo?
Reply


Messages In This Thread
Cуdigos bugados 'parte 1' #bug - by SukMathcuck - 08.07.2014, 17:22
Re: Cуdigos bugados 'parte 1' #bug - by UPsamp - 08.07.2014, 17:24
Re: Cуdigos bugados 'parte 1' #bug - by SukMathcuck - 08.07.2014, 17:32
Re: Cуdigos bugados 'parte 1' #bug - by SukMathcuck - 08.07.2014, 18:16
Re: Cуdigos bugados 'parte 1' #bug - by Ley - 08.07.2014, 19:19
Re: Cуdigos bugados 'parte 1' #bug - by SukMathcuck - 08.07.2014, 22:50
Re: Cуdigos bugados 'parte 1' #bug - by SukMathcuck - 08.07.2014, 23:02

Forum Jump:


Users browsing this thread: 1 Guest(s)