Jump to content
  • 0

Cum pot pune si eu 'Manager' 'Scripter' sus la skin.


Cosminus

Question

9 answers to this question

Recommended Posts

  • 0

    new Text3D:label[MAX_PLAYERS];// creezi o variabila necesara 
    //poti pune asta intr-o comanda sau la onplayerlogin
    label[playerid] = Create3DTextLabel("Hello, I am new here!", 0x008080FF, 30.0, 40.0, 50.0, 40.0, 0); // creezi labelul
    Attach3DTextLabelToPlayer(label[playerid], playerid, 0.0, 0.0, 0.7); // il atasezi de jucator

Edited by nobilzeusAdv

aqpUjAc.png

 

 

 

 

Link to comment
Share on other sites

  • 0
aici e facut pentru gm burned

defineste asta 
new Text3D:scripter[MAX_PLAYERS];

la reset variables
scripter[playerid] = Create3DTextLabel("", -1, 0.0, 0.0, 0.0, 50.0, 0, 0);

la onplayerspawn

Update3DTextLabelText(scripter[playerid], -1, "");
	if(PlayerInfo[playerid][pVip] != 0) {
		DestroyDynamic3DTextLabel(vipLabel[playerid]);
	}
	if(PlayerInfo[playerid][pAdmin] == 8) {
		Update3DTextLabelText(scripter[playerid], COLOR_LIGHTRED, "{FFFF00}Scripter");
		Attach3DTextLabelToPlayer(scripter[playerid], playerid, 0.0, 0.0, 0.3);
	}	

 

Link to comment
Share on other sites

  • 0
On 2/17/2019 at 10:53 PM, Cosminus said:
On 2/22/2019 at 9:52 AM, Stefano@ONYT said:
aici e facut pentru gm burned

defineste asta 
new Text3D:scripter[MAX_PLAYERS];

la reset variables
scripter[playerid] = Create3DTextLabel("", -1, 0.0, 0.0, 0.0, 50.0, 0, 0);

la onplayerspawn

Update3DTextLabelText(scripter[playerid], -1, "");
	if(PlayerInfo[playerid][pVip] != 0) {
		DestroyDynamic3DTextLabel(vipLabel[playerid]);
	}
	if(PlayerInfo[playerid][pAdmin] == 8) {
		Update3DTextLabelText(scripter[playerid], COLOR_LIGHTRED, "{FFFF00}Scripter");
		Attach3DTextLabelToPlayer(scripter[playerid], playerid, 0.0, 0.0, 0.3);
	}	

 

 

 

Edited by Nicolas Tuts
da erori
Link to comment
Share on other sites

Join the conversation

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

Guest
Answer this question...

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