13.07.2013, 19:38
Olб meu poblema e esse quero colocar a skin 0 б 299 mais tipo quando compro skin 300 para cima a conta bugб e nгo da mais para entrar no jogo ajuda ai! ou falta mais alguma coisa.
[/B]
[/B]
PHP код:
if(dialogid == skins)
{
if(response == 1)
{
new aname[MAX_PLAYER_NAME];
GetPlayerName(playerid, aname, sizeof(aname));
format(file, sizeof(file), PASTA_CONTAS, aname);
new skin;
new grana;
grana = GetPlayerGrana(playerid);
if(grana > 49){
dini_Set(file, "Skin", inputtext);
SetPlayerSkin(playerid, dini_Int(file, "Skin"));
GivePlayerGrana(playerid, -50);
if(skin==217){
SendClientMessage(playerid, Vermelho, "{0099FF}(~){CCCCFF} ID de skin proibida!");
return 1;
}
SendClientMessage(playerid, Verde, "Vocк comprou uma nova roupa com sucesso !");
} else {
SendClientMessage(playerid, Vermelho, "Vocк nгo tem dinheiro para comprar uma roupa");
}
}
}