Jump to content

Question

Posted

Am facut un quest del 0 si cand vreau sa iau obiectul pe care lam pus in da 0/10 nu imi pune 1 2 etc ce am putu gresi la crearea lui 

1 answer to this question

Recommended Posts

  • 0
Posted

Faci variabila pe player cu stocare in baza de date daca folosesti mysql

 

new Step[MAX_PLAYERS];

OnPlayerConnect => Step[playerid] = 0;

la fiecare colectare => Step[playerid]++;

si sub

new string[45];

format(string, sizeof(string), "Ai colectat %d/10", Step[playerid]);

SendClientMessage(playerid, -1, string);

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • 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.