Jump to content
  • 0

Problema la schimbare nume mode si gamemode


Bozzoo4321

Question

Am o problema cu gamemodul mioveni.

Probabil stiti cum arata gm-ul deja, asa ca voi trece direct la subiect.

Vreau sa modific texte/comenzi in pawn salvez pe server si nu se schimba nimic :( . E ca si cum nu salveaza! Dar totusi cand deschid gamemodul .pwn de pe host modificarile sunt facute dar nu si executate de server

Spre exemplu cand esti in joc in partea stanga jos apare o sigla cu mioveni generata de codul :

Logo = TextDrawCreate(500.000000,432.000000, "Mioveni-Rp");
TextDrawAlignment(Logo,0);
TextDrawBackgroundColor(Logo, COLOR_WHITE);
TextDrawFont(Logo, 1);
TextDrawLetterSize(Logo, 0.420000,1.000000);
TextDrawColor(Logo, COLOR_LIGHTBLUE);
TextDrawSetOutline(Logo, 1);
TextDrawSetProportional(Logo, 1);
TextDrawSetShadow(Logo,1);

Am incercat sa schimb din Mioveni-rp in numele serverului meu, am salvat, am repornit serverul si nu s-a intamplat nimic, la fel si la numele de la mode 

SetGameModeText("Mioveni-Rp V0.1");

am schimbat din mioveni-rp in numele serverului meu si dinnou nimic nicio schimbare. Ce ar trebui sa fac?

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

Apasa pe tasta "Compile" si du-pa urca amx-ul pe host. .pwn e doar fisiercul ajutator cu care se editeaza .amx, .amx e defapt baza.

Respect acestei comunitati, dar mai presus respect membrilor ei !

Link to comment
Share on other sites

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.