Jump to content
  • 0

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


Question

9 answers to this question

Recommended Posts

  • 0
Posted (edited)

    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

 

 

 

 

  • 0
Posted
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);
	}	

 

  • 0
Posted (edited)
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
  • 0
Posted (edited)
On 2/19/2019 at 8:45 AM, Cosminus said:

up, @Mento nu prea am inteles de acolo...

"De aceea le vorbesc în pilde, că, văzând, nu văd şi, auzind, nu aud, nici nu înţeleg.", Evanghelie după Matei, Cap 13.13

Edited by segmentationfault

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • 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.