Jump to content
  • 0

Create3DTextLabel


blan3

Question

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

Link to comment
Share on other sites

7 answers to this question

Recommended Posts

  • 0
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
Link to comment
Share on other sites

  • 0

Cand intri in banca acea iti seteaza un vurtual world si un interior   textul trebuie sa aiba acelasi interior si virtual world

 

    __  ____      __           
   /  |/  (_)____/ /____  _____
  / /|_/ / / ___/ __/ _ \/ ___/
 / /  / / (__  ) /_/  __/ /    
/_/  /_/_/____/\__/\___/_/     
SERVICII SCRIPTING DE CALITATE
Pagina     Scripting     pawn
Link to comment
Share on other sites

  • 0

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;
    }

 

 

 

Link to comment
Share on other sites

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.