Jump to content

Cum sa vezi playerii pe navigator


MrBlack

Recommended Posts

Astazi va voi explica cum faceti sa vedeti playerii pe navigator ( ii veti vedea cu niste patrate colorate)

1. Cautati linia public OnGameModeInit()

2. Adaugati dupa public OnGameModeInit() linia ShowPlayerMarkers(1);

3. Daca aveti deja aceasta linie si nu se vad playerii in loc de ShowPlayerMarkers(0); , adaugati 1 in loc de 0

Explicatie :

0- Nu se vad pe mapa

1 - se vad  pe mapa

Exemplu: Linia ShowPlayerMarkers(1); ar trebuie sa arate ceva in genul asta:

public OnGameModeInit()
{
    ShowPlayerMarkers(1);
    // restu de linii pe care le ai
}
   

PS: Stiu ca este un tutorial foarte usor , dar am observat ca sunt unii care chiar nu stiu si ma intreaba pe mess sau posteaza pe forum ceva atata de simplu:) , acuma sper sa intelega toti.

Link to comment
Share on other sites

Bun tutorial , intr-adevar , foarte multi nu stiu . Am cativa in lista de mess care ma streseaza de 20 de ori pe zi cu intrebari stupide x( ...

Joe vezi ca ai pe sus... #define COLOR_HITMAN ....sau cum e...    iar dupa asta ai codul culorii , (0x....AA sau FF) dupa acel AA sau FF adaugi tu 00  si nu o sa ti se mai vada hitmani pe harta .

Eu asa tin minte ca faceam pe GF-u meu , daca nu iti merge sa imi zici ca mai stiu o modalitate  ;D .

+1 Respect daca ti-a mers pls  ;D

Link to comment
Share on other sites

  • 3 weeks later...
  • 2 weeks later...

imi da eroare:( cum tr sa pun nu asa?

public OnGameModeInit()

{

    ShowPlayerMarkers(1);

nextapartment = 24;

nexthouse = 2;

nextmedium = 17;

nextbig = 1;

Predators = 0;

asa sau?

public OnGameModeInit()

{

    ShowPlayerMarkers(1);

    // restu de linii pe care le ai

}

{

nextapartment = 24;

nexthouse = 2;

nextmedium = 17;

nextbig = 1;

Predators = 0;

Link to comment
Share on other sites

  • 3 weeks later...

Bun tutorial , intr-adevar , foarte multi nu stiu . Am cativa in lista de mess care ma streseaza de 20 de ori pe zi cu intrebari stupide x( ...

Joe vezi ca ai pe sus... #define COLOR_HITMAN ....sau cum e...    iar dupa asta ai codul culorii , (0x....AA sau FF) dupa acel AA sau FF adaugi tu 00  si nu o sa ti se mai vada hitmani pe harta .

Eu asa tin minte ca faceam pe GF-u meu , daca nu iti merge sa imi zici ca mai stiu o modalitate  ;D .

+1 Respect daca ti-a mers pls  ;D

true that.Oricum good job.Ar fi ciudat ca un scripter care stie sa faca o comanda sa nu stie functiile interne.Eu deja le-am recreat pentru ca unele nu merg  :P

Link to comment
Share on other sites

  • 3 weeks later...
  • 2 weeks later...
  • 2 months later...
  • 3 months later...

Salut. Am si eu o problema. Am incercat toate modalitatile sa vad playeri pe harta si 0,1,2 degeaba, nu imi da nicio eroare la compiler, pur si simplu nu vad playeri pe mapa. Va rog sa ma ajutati cum pot sa rezolv problema.

P.S: Vreau sa mentionez ca am Game Mode GF.

Link to comment
Share on other sites

  • 2 weeks later...
  • 5 weeks 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.