Jump to content

[REZOLVAT] Problema /stats


TSN
 Share

Recommended Posts

Acum 3 minute, nobilzeusAdv a spus:

unde pica tot la stats?

Da. Daca scot urmatoarele linii, nu mai pica.

                    format(string, sizeof(string), "{008080}SHOP: {FFFFFF}Interior-ul casei tale ID:(%d), a fost modificat in unul VIP.", hkey);
                    SCM(playerid, COLOR_WHITE, string);
                    HouseInfo[hkey][hOwner][hExitx] = Pos[0] = 1378.0913;
                    HouseInfo[hkey][hOwner][hExity] = Pos[1] = -820.3952;
                    HouseInfo[hkey][hOwner][hExitz] = Pos[2] = 1092.3500;
                    HouseInfo[hkey][hInterior] = GetPlayerInterior(playerid);
                    SCM(playerid, COLOR_LGREEN, "Interiorul casei a fost modificat!");
                    format(query, sizeof(query), "UPDATE `houses` SET `Exitx`='%f', `Exity`='%f', `Exitz`='%f', `Interior`='%d' WHERE `ID`='%d'", Pos[0], Pos[1], Pos[2], GetPlayerInterior(playerid), hkey);
                    mysql_query(SQL, query);
                    SetPlayerPos(playerid, 1378.0913,-820.3952,1092.3500);

 

?imw=5000&imh=5000&ima=fit&impolicy=Lett

Link to comment
Share on other sites

Chiar acum, dulcaalexandru a spus:

Da. Daca scot urmatoarele linii, nu mai pica.


                    format(string, sizeof(string), "{008080}SHOP: {FFFFFF}Interior-ul casei tale ID:(%d), a fost modificat in unul VIP.", hkey);
                    SCM(playerid, COLOR_WHITE, string);
                    HouseInfo[hkey][hOwner][hExitx] = Pos[0] = 1378.0913;
                    HouseInfo[hkey][hOwner][hExity] = Pos[1] = -820.3952;
                    HouseInfo[hkey][hOwner][hExitz] = Pos[2] = 1092.3500;
                    HouseInfo[hkey][hInterior] = GetPlayerInterior(playerid);
                    SCM(playerid, COLOR_LGREEN, "Interiorul casei a fost modificat!");
                    format(query, sizeof(query), "UPDATE `houses` SET `Exitx`='%f', `Exity`='%f', `Exitz`='%f', `Interior`='%d' WHERE `ID`='%d'", Pos[0], Pos[1], Pos[2], GetPlayerInterior(playerid), hkey);
                    mysql_query(SQL, query);
                    SetPlayerPos(playerid, 1378.0913,-820.3952,1092.3500);

 

ti am zis ca nu e bine asa, 

 

                    HouseInfo[hkey][hExitx] = Pos[0];
                    HouseInfo[hkey][hExity] = Pos[1];
                    HouseInfo[hkey][hExitz] = Pos[2];

 

Pune asa, tu ai asta la functia showstats?

 

 

Link to comment
Share on other sites

Acum 7 minute, nobilzeusAdv a spus:

ti am zis ca nu e bine asa, 

 

                    HouseInfo[hkey][hExitx] = Pos[0];
                    HouseInfo[hkey][hExity] = Pos[1];
                    HouseInfo[hkey][hExitz] = Pos[2];

 

Pune asa, tu ai asta la functia showstats?

 

 

Am pus deja, si tot pica.

Si cu showstats nu am inteles la ce te referi...

?imw=5000&imh=5000&ima=fit&impolicy=Lett

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...