24.04.2013, 16:27
Ola
Cara se voce nao coloca os
onde eles sao precisos claro que o cara vai poder pegar a prof
ae ta direito
Cara se voce nao coloca os
pawn Code:
return 1;
ae ta direito
pawn Code:
if(current == honestas1)
{
new string[266];
new aname[MAX_PLAYER_NAME];
GetPlayerName(playerid, aname, MAX_PLAYER_NAME);
format(file, sizeof(file), PASTA_CONTAS, aname);
switch(row)
{
case 0:
{
if(dini_Int(file,"rouboubanco") == 1)
{
SendClientMessage(playerid, Vermelho, "Espere um UP para escolher a prof novamente!");
return 1;
}
else if(dini_Int(file,"rouboubanco") == 0)
{
if(dini_Int(file, "Level")> 10)
{
SendClientMessage(playerid, 0xFFFFFF, "|INFO| Profissгo alterada com sucesso!"); // Jornalista
SendClientMessage(playerid, 0x6767B4AA, "|INFO| Para saber os comandos de sua profissгo, digite /profissao");
PlayerPlaySound(playerid, 1057, 0, 0, 0);
Logarprof(playerid);
dini_IntSet(file, "Profissao", 16); // 16 = pizzaboy
dini_FloatSet(file,"CasaX",Float:1310.1312);
dini_FloatSet(file,"CasaY",Float:-1373.9531);
dini_FloatSet(file,"CasaZ",Float:13.6218);
ShowMenuForPlayer(spawnprof, playerid);
SetSpawnInfo(playerid, 0, dini_Int(file, "Skin"), dini_Int(file, "CasaX"), dini_Int(file, "CasaY"), dini_Int(file, "CasaZ"), 354.1657, 0, 0, 0, 0, 0, 0);
return 1;
}
}
else
{
SendClientMessage(playerid, Vermelho, "|INFO| Erro na escolha da sua prof!");
return 1;
}
}