Jump to content

Pompier Job [fireman]


sirvasy

Recommended Posts

  • 2 weeks later...
  • 1 month later...

3/5

Apropo e o problema :

[pawn]else if(PompierJob[playerid] == 6)

{

PompierJob[playerid] = 0;

SetPlayerCheckpoint(playerid,1099.0345,-1194.4751,18.1079,4);//baza pompierilor

GameTextForPlayer(playerid, "~g~!!~w~Felicitati ai primit ~r~500~b~k ~g~!!!...", 2000, 5);

GivePlayerMoney(playerid, 500000); //You can edit this

        SetVehicleToRespawn(GetPlayerVehicleID(playerid));

RemovePlayerFromVehicle(playerid);

DisablePlayerCheckpoint(playerid);

SendClientMessage(playerid,COLOR_AQUA,"* felicitari ai primit 500000 $!");[/pawn]

SetPlayerCheckpoint(playerid,1099.0345,-1194.4751,18.1079,4);//baza pompierilor

In acest check-point Trebuia sa se termine misiunea , dar degeaba schimbi coordonatele, iti arata check-pointul de unde incarci apa ....

[pawn]public OnPlayerCommandText(playerid, cmdtext[])

{

if(strcmp("/Pompier", cmdtext, true, 10) == 0)

{

        if(GetVehicleModel(GetPlayerVehicleID(playerid)) == 407)

        {

            PompierJob[playerid] = 1;

            new name[MAX_PLAYER_NAME], string[90];

            GetPlayerName(playerid, name, sizeof(name));

          format(string, sizeof(string), "* %s Este Pompier.", name );

    SendClientMessageToAll(COLOR_AQUA, string);

    GameTextForPlayer(playerid, "~g~!!~w~Ai inceput sa ~r~Lucrezi~b~Succes~g~!!!...", 2000, 5);

SetPlayerCheckpoint(playerid,1099.0345,-1194.4751,18.1079,4);

GivePlayerWeapon(playerid, 42, 99999);

SendClientMessage(playerid,COLOR_YELLOW,"* Dute Si stinge focul!");

return 1;

}

SendClientMessage(playerid, COLOR_RED,"Doar cu masina de Pompier Incepi jobu!");

}

    return 0;

}[/pawn]

Rezolvarea?

Link to comment
Share on other sites

  • 2 months later...

ASU am avut si eu problm asta e de la junkbuter dute in gm si pune // in fata [pawn]#include <junkbuster>[/pawn] sau la uni mai arata in loc de junkbuster [pawn]#include <moneyhax>[/pawn] si pui tu " adik asa [pawn]//#include <moneyhax>[/pawn] sau [pawn]//#include <junkbuster>[/pawn]

o sa fac asta :P sper sa mearga :) mersi de ajutor

[vreau sa vb cu tine pe mess sau undeva]

Link to comment
Share on other sites

  • 2 weeks later...
  • 2 weeks later...
  • 2 months later...
  • 5 months later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.