Jump to content
  • 0

O Mica Problema


Raulik

Question

Salutare, am si eu o mica problema. Cand intru intr-o masina care este deja cumparata imi scrie "Vehicle bought by...", in fine nu e problema asta, dar imi apare de foarte multe ori si nu inteleg de ce.

Poza 1:  http://postimage.org/image/a4hfjddm3/

Poza 2: http://postimage.org/image/uksg1lnvv/

Iar aici este definita comanda:

[pawn]if(CarInfo[newcar][cOwned]==1)

    {

        format(string,sizeof(string),"Vehicle bought to %s",CarInfo[newcar][cOwner]);

SendClientMessage(playerid, COLOR_BLUE, string);

    }

}

gLastCar[playerid] = newcar;

gLastDriver[newcar] = playerid;

}[/pawn]

Si as mai avea o problema. Nu inteleg de ce ii da unui player nou inregistrat DonateRank =111, Upgrade Points=110 si ConnectedTime=101 . La public OnPlayerConnect este =0 la toate.

[pawn]PlayerInfo[playerid][pDonateRank] = 0;

PlayerInfo[playerid][gPupgrade] = 0;

PlayerInfo[playerid][pConnectTime] = 0;[/pawn]

Si inca o problema. La fiecare dialog care imi apare, daca dau esc imi da "Server closed connection..."

Ma poate ajuta careva?

Link to comment
Share on other sites

0 answers to this question

Recommended Posts

There have been no answers to this question yet

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.