Jump to content
  • 0

Intrebare sistem


boneluskhov11

Question

4 answers to this question

Recommended Posts

  • 0

La început de GM: 

new Text3D:vipLabel[MAX_PLAYERS];

La OnPlayerSpawn:

	if(PlayerInfo[playerid][pVip] != 0)
	{
        Update3DTextLabelText(vipLabel[playerid], COLOR_YELLOW, "VIP USER");
        Attach3DTextLabelToPlayer(vipLabel[playerid], playerid, 0.0, 0.0, 0.3);
	 }
	

 

La OnPlayerDisconnect:

	Delete3DTextLabel(vipLabel[playerid]);

 

La funcţia de resetare a variabilelor:

În GM Burned o găseşti: "stock ResetVariables(playerid)"

vipLabel[playerid] = Create3DTextLabel("", -1, 0.0, 0.0, 0.0, 50.0, 0, 1);

  • Like 1
Link to comment
Share on other sites

  • 0
Acum 16 ore, Dennis12. a spus:

rly ? :))) 

 

Ia bos 

 

Nu iti inteleg comentariul "Rly", l-am intrebat daca vrea sa ii las filterscript sau doar o comanda? ce e greu de inteles? nu aveam intentia sa il vand.

Doar ca va bagati voi, ca mustele in cacat, sa va aflati in treaba.

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.