13.05.2013, 20:43
Troque de:
Para:
Botei em PHP pra distinguir as funзхes mais facilmente.
Nгo esqueзa do "OBS" no topo do Code.
QQuer coisa avisa.
OBS: Estude um pouco de Identaзгo.
OBSІ: QQuer erro de identaзгo bugou na parte de passar pro fуrum u.u
Abз.
Код:
if(dialogid == skins) { if(response == 1) { new aname[MAX_PLAYER_NAME]; GetPlayerName(playerid, aname, sizeof(aname)); format(file, sizeof(file), P_CONTAS, aname); new skin; new grana; grana = GetPlayerGrana(playerid); if(grana > 499){ dini_Set(file, "Skin", inputtext); SetPlayerSkin(playerid, dini_Int(file, "Skin")); GivePlayerGrana(playerid, -500); if(skin==271 || skin==272 || skin==273 || skin==270 || skin==269 || skin==274 || skin>=289){ SendClientMessage(playerid, Vermelho, "(INFO) ID de skin proibida!"); return 1; }
PHP код:
// OBS: Trocar o P_CONTAS , PROFISSAO e Policia_F da linha "if(P_CONTAS[playerid][PROFISSAO] != Policia_F)" de acordo // com o seu GM.
if(dialogid == skins)
{
if(response == 1)
{
new aname[MAX_PLAYER_NAME];
GetPlayerName(playerid, aname, sizeof(aname));
format(file, sizeof(file), P_CONTAS, aname);
new skin;
new grana;
grana = GetPlayerGrana(playerid);
if(grana >= 500)
{
dini_Set(file, "Skin", inputtext);
SetPlayerSkin(playerid, dini_Int(file, "Skin"));
GivePlayerGrana(playerid, -500);
if(skin==271 || skin==272 || skin==273 || skin==270 || skin==269 || skin==274 || skin>=289)
{
SendClientMessage(playerid, Vermelho, "(INFO) ID de skin proibida!");
return 1;
}
if(skin==287)
{
if(P_CONTAS[playerid][PROFISSAO] != Policia_F)
{
SendClientMessage(playerid, Vermelho, "(INFO) ID de Skin exclusiva para COP");
}
else
{
dini_Set(file, "Skin", 287);
SetPlayerSkin(playerid, dini_Int(file, "Skin"));
return 1;
}
}
}
}
}
Nгo esqueзa do "OBS" no topo do Code.
QQuer coisa avisa.
OBS: Estude um pouco de Identaзгo.
OBSІ: QQuer erro de identaзгo bugou na parte de passar pro fуrum u.u
Abз.