Jump to content
  • 0

Create3DTextLabel


Question

Posted

Problema intalnita (descriere):Am schimbat sistemul de Rob.Si am fost nevoit sa pun alt interior la banca mapa..etc...Imi apar actori, insa pe langa actori aveam si niste Create3DTextLabel, insa acestea nu apar.
Ero(area / rile) / warning-(ul / urile):-
Liniile de cod / sursa / script-ul(obligatoriu):

Create3DTextLabel("{0077ED}Rob\n {FFFFFF}Tasteaza {0077ED}/rob {FFFFFF}pentru a jefui banca", COLOR_WHITE, 1435.2745,-980.8232,983.6462 , 1, 030041);
	Create3DTextLabel("{0077ED}Bank\n {FFFFFF}Tasteaza {0077ED}/transfer {FFFFFF}pentru a transfera bani", COLOR_WHITE, 1428.6332,-985.6193,996.1102 , 1, 30041);
    	
	Create3DTextLabel("{0077ED}Bank\n {FFFFFF}Tasteaza {0077ED}/transfer {FFFFFF}pentru a depune bani", COLOR_WHITE, 1426.2534,-989.6457,996.1102 , 1, 30041);
    	
	Create3DTextLabel("{0077ED}Bank\n {FFFFFF}Tasteaza {0077ED}/withdraw {FFFFFF}pentru a retrage bani", COLOR_WHITE, 1427.2279,-982.9814,996.1050 , 1, 30041);


Imagini / Video (optional):
Ati incercat sa rezolvati singur?: Da

7 answers to this question

Recommended Posts

  • 0
Posted
Create3DTextLabel("{0077ED}Rob\n {FFFFFF}Tasteaza {0077ED}/rob {FFFFFF}pentru a jefui banca",0xE60000FF,1435.2745,-980.8232,983.6462+1,12,0,1);
Create3DTextLabel("{0077ED}Bank\n {FFFFFF}Tasteaza {0077ED}/transfer {FFFFFF}pentru a transfera bani",0xE60000FF,1428.6332,-985.6193,996.1102+1,12,0,1);
Create3DTextLabel("{0077ED}Bank\n {FFFFFF}Tasteaza {0077ED}/transfer {FFFFFF}pentru a depune bani",0xE60000FF,1426.2534,-989.6457,996.1102+1,12,0,1);
Create3DTextLabel("{0077ED}Bank\n {FFFFFF}Tasteaza {0077ED}/withdraw {FFFFFF}pentru a retrage bani",0xE60000FF,1427.2279,-982.9814,996.1050+1,12,0,1);
Poftim
  • 0
Posted

Pai dau enter.Si ma teleporteaza.Coordonatele sunt setate din baza de date int/ext.Dar nu este nimic in baza de date legat de VW.

  • 0
Posted

Salut.

Foloseste-te de:

https://wiki.sa-mp.com/wiki/GetPlayerVirtualWorld

https://wiki.sa-mp.com/wiki/GetPlayerInterior

Adica pe scurt adauga asta:

if(!strcmp(cmdtext, "/test", true))
    {
        new string[32];
        format(string, sizeof(string), "Esti in virtual Word-ul %i si interiorul %i.",GetPlayerVirtualWorld(playerid),GetPlayerInterior(playerid));
        SendClientMessage(playerid, 0xFFFFFFFF, string);
        return 1;
    }

 

 

 

Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • 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.