Jump to content
Autentificarea cu Google și Facebook nu mai este disponibilă. ×

Question

Posted

As avea o intrebare unde bag Quarry Worker job am tot in paste bin dar nustiu unde sa il bag si ce sa scrie sa il bag la locul potrivit

3 answers to this question

Recommended Posts

  • 0
Posted

Daca te referi la acest filterscript cu jobul Quary Worker

Atunci intra pe acest link : http://www.solidfiles.com/v/aW6zYmRzdrqBX

Dupa ce ai descarcat fisierul intrii in folderul unde ai tu gamemodul , in acesta vei gasii un folder numit filterscript. Fisierul pe care l-ai descarcat il bagi acolo si gata.

  • 0
Posted (edited)

Pai e simplu te folosesti doar de un CP, iar in acel CP verific cand esti sus sa iti dea bani.Sunt mai multe idei de verificare dar asta m-ia enit in minte acum :))

 

ex:

la inceputul gm-ului
new estesus[MAX_PLAYERS];

la onplayerentercheckpoint

	case 1: {
            if(estesus[playerid] == 0) {
                format(string, sizeof(string), "Vehiculul este gol. Du-te si incarca-l");
                PlayerTextDrawSetString(playerid, job, string);
                CP[playerid] = 1;
                new rand = random(sizeof(gRandomCariera));
                SetPlayerCheckpointEx(playerid ,gRandomCariera[rand][0],gRandomCariera[rand][1],gRandomCariera[rand][2],7.0);
                estesus[playerid] = 1;
	///aici poti pune suma de bani castigata
            }
            else {
                CP[playerid] = 1;
                SetPlayerCheckpointEx(playerid, 848.5496,885.1368,13.2299, 5);
                format(string, sizeof(string), "Vehiculul este plin. Du-te si goleste-l");
                PlayerTextDrawSetString(playerid, job, string);
                estesus[playerid] = 0;
            }
        }
Edited by MiritaXD

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.