[AJUDA]
#1

Galera vocкs poderiam me ajudar, eu estou tentando colocar que quando o player comprar uma casa apareзa o nome e o id da casa

pawn Код:
// Codigo /comprarcasa
if(strcmp(cmdtext, "/comprarcasa", true) == 0) {
    for(new c = 0; c < MAX_CASAS; c++)
    {
    format(string, sizeof(string), "/Casas/casa%d.ini", c);
    if(dini_Exists(string)){
    //new Float:X, Float:Y, Float:Z;
    //GetPlayerPos(playerid, X, Y, Z);
    if(IsPlayerInRangeOfPoint(playerid, 2.0, dini_Float(string, "PosX"), dini_Float(string, "PosY"), dini_Float(string, "PosZ"))){
    if(dini_Int(string, "TDono") == 0){
    if(GetPlayerGrana(playerid) >= dini_Int(string, "Preco")){
    if(GetCasas(playerid) < 1){
    new pname[MAX_PLAYER_NAME];
    new tmp[256];
    tmp = strtok(cmdtext, idx);
    GetPlayerName(playerid, pname, sizeof(pname));
    dini_IntSet(string, "TDono", 1);
    dini_Set(string, "Dono", pname);
    GivePlayerGrana(playerid, -dini_Int(string, "Preco"));
    new pickupid;
    DestroyPickup(dini_Int(string, "Id"));
    pickupid = CreatePickup(1272, 1, dini_Float(string, "PosX"), dini_Float(string, "PosY"), dini_Float(string, "PosZ"), -1);
    dini_IntSet(string, "Id", pickupid);
    format(STRX, sizeof(STRX), "[CASAS] O Jogador %s comprou a Casa de ID: %d", dini_Get(string, "Dono"), preco); // LINHA QUE EU ADD!
    SendClientMessageToAll(0x11B1FFAA, STRX);
    OnPlayerCommandText(playerid, "/nascercasa");
    } else {
    SendClientMessage(playerid, Vermelho, "(ERRO) Vocк sу pode ter uma casa!");
    }
    } else {
    SendClientMessage(playerid, Vermelho, "(ERRO) Vocк nгo tem dinheiro!");
    }
    } else {
    SendClientMessage(playerid, Vermelho, "(ERRO) Esta casa nгo estб a venda!");
    }
    } else {
    //SendClientMessage(playerid, Vermelho, "Vocк nгo estб em uma propriedade.");
    }
    }
    }
    return 1;
    }
Se Quiserem Algum comando so mandarem eu postar!
Reply


Messages In This Thread
[AJUDA] - by GuiihCamargo - 25.02.2012, 23:26
Re: [AJUDA] - by Hiuship - 25.02.2012, 23:31
Re: [AJUDA] - by GuiihCamargo - 25.02.2012, 23:45
Re: [AJUDA] - by GuiihCamargo - 25.02.2012, 23:51
Re: [AJUDA] - by Hiuship - 26.02.2012, 00:07
Re: [AJUDA] - by GuiihCamargo - 26.02.2012, 00:12
Re: [AJUDA] - by GuiihCamargo - 26.02.2012, 00:22
Re: [AJUDA] - by Lуs - 26.02.2012, 00:47
Re: [AJUDA] - by GuiihCamargo - 26.02.2012, 01:11
Re: [AJUDA] - by Lуs - 26.02.2012, 01:28

Forum Jump:


Users browsing this thread: 2 Guest(s)