04.11.2012, 17:28
Bom esse problema nunca tinha acontecido comigo, agora estб comeзando a me dar dor de cabeзa, devo ter alterado algo errado e salvado, enfim, meu carinha comeзa a cair do "Sub Mundo" do gta quando eu digito /pedircontas. Alguem pode me ajudar com isso ?
pawn Код:
if (strcmp(cmd, "/pedircontas", true) == 0)
{
if(PlayerInfo[playerid][pMembro] == 0)
{
SendClientMessage(playerid,COLOR_GREY," Vocк nгo faz parte de nemhuma organizaзгo!");
return true;
}
DemitirInfoOrg(PlayerName(playerid));
gTeam[playerid] = 3;
PlayerInfo[playerid][pTeam] = 3;
PlayerInfo[playerid][pMembro] = 0;
PlayerInfo[playerid][pLider] = 0;
PlayerInfo[playerid][pCargo] = 0;
PlayerInfo[playerid][pSpawn] = 0;
if(PlayerInfo[playerid][pSex] == 1) { PlayerInfo[playerid][pSkin] = 250; } else { PlayerInfo[playerid][pSkin] = 226; }
SetSpawnInfo(playerid, gTeam[playerid], PlayerInfo[playerid][pSkin],0.0,0.0,0.0,0,0,0,0,0,0,0);
MedicBill[playerid] = 0;
SpawnPlayer(playerid);
SetPlayerInterior(playerid, 0);
MedicBill[playerid] = 0;
SendClientMessage(playerid, COLOR_LIGHTBLUE, "Vocк pediu contas, agora vocк й um Civil novamente!");
return true;
}