[Ajuda] Mysql nгo ta salvando skin
#6

faz assim:
PHP Code:
stock CarregarDados(playerid)  
{
    
PlayerInfo[playerid][pLogado] = true;  
    
SetPlayerScore(playeridPlayerInfo[playerid][pLevel]);
    
GivePlayerMoney(playeridPlayerInfo[playerid][pDinheiro]);  
    
SetSpawnInfo(playerid0PlayerInfo[playerid][pSkin], 1958.331343.1215.36269.15);  
    
SpawnPlayer(playerid); 
    return 
1;  

O player deve dar spawn com a skin que foi passada na linha

Quote:

if(response)
{
PlayerInfo[playerid][pSexo] = 1;


PlayerInfo[playerid][pSkin]=154; <<<


SendClientMessage(playerid,-1,"Vocк й homem.");

}
else if(!response)
{
PlayerInfo[playerid][pSexo] = 2;


PlayerInfo[playerid][pSkin] = 56; <<<<


SendClientMessage(playerid,-1,"Vocк й mulher.");
}
RegistrarDados(playerid);

ou

Quote:

forward CarregarContas(playerid);
public CarregarContas(playerid)
{ // Resultado da consulta do login, adicionamos os valores contidos na tabela para as variaveis do player
cache_get_value_int(0, "ID", PlayerInfo[playerid][pID]);
cache_get_value_int(0, "Admin", PlayerInfo[playerid][pAdmin]);
cache_get_value_int(0, "Level", PlayerInfo[playerid][pLevel]);
cache_get_value_int(0, "Sexo", PlayerInfo[playerid][pSexo]);
cache_get_value_int(0, "Morreu", PlayerInfo[playerid][pMorreu]);


cache_get_value_int(0, "Skin", PlayerInfo[playerid][pSkin]); <<<


cache_get_value_int(0, "Dinheiro", PlayerInfo[playerid][pDinheiro]);

CarregarDados(playerid); // chamamos a funзгo CarregarDados
return 1;
}

Reply


Messages In This Thread
Mysql nгo ta salvando skin - by Ryuzaki07 - 02.11.2018, 17:41
Re: Mysql nгo ta salvando skin - by PedroH - 02.11.2018, 19:40
Re: Mysql nгo ta salvando skin - by murilo2929 - 02.11.2018, 19:55
Re: Mysql nгo ta salvando skin - by PedroH - 02.11.2018, 22:12
Re: Mysql nгo ta salvando skin - by Ryuzaki07 - 02.11.2018, 23:03
Re: Mysql nгo ta salvando skin - by PedroH - 02.11.2018, 23:52
Re: Mysql nгo ta salvando skin - by Ryuzaki07 - 03.11.2018, 00:04
Re: Mysql nгo ta salvando skin - by Malandrin - 03.11.2018, 00:10
Re: Mysql nгo ta salvando skin - by PedroH - 03.11.2018, 00:11
Re: Mysql nгo ta salvando skin - by Ryuzaki07 - 03.11.2018, 00:13
Re: Mysql nгo ta salvando skin - by Ryuzaki07 - 03.11.2018, 00:15
Re: Mysql nгo ta salvando skin - by Ryuzaki07 - 03.11.2018, 00:20
Re: Mysql nгo ta salvando skin - by PedroH - 03.11.2018, 00:29
Re: Mysql nгo ta salvando skin - by Mandrack_FreeZe - 03.11.2018, 00:42
Re: Mysql nгo ta salvando skin - by Ryuzaki07 - 03.11.2018, 01:23
Re: Mysql nгo ta salvando skin - by Ryuzaki07 - 03.11.2018, 01:35
Re: Mysql nгo ta salvando skin - by Mandrack_FreeZe - 03.11.2018, 02:04
Re: Mysql nгo ta salvando skin - by Ryuzaki07 - 03.11.2018, 03:36

Forum Jump:


Users browsing this thread: 7 Guest(s)