Jump to content

[New] - Tag Description


zaster

Recommended Posts

Informations

Este Un Fs In Care Daca Scri /tag Ati Apare Un Dialog Input !

In Care Scri Ce Vrei Sa Fie Desupra Capului Tau!

Apesi Pe Butonul "Enter"

Si Sa Asezat Text-ul Deasupra capului tau! :)

Poze nu am mai fct "Am uitat :)"

Dar Merge Ca lam Testat Eu!

Multumesc Lui ExTREME Pentru Ajutorul Acordat La Testarea acestui Fs :)

Si Lu Zaster Pentru ca a facut acest Fs

PWN Code:

//Tag Description By Zaster
//Another FileScript By Zaster!

#include <a_samp>

#define tag 1

public OnPlayerCommandText(playerid, cmdtext[])
{
	if (strcmp("/tag", cmdtext, true, 6) == 0)
	{
        IsPlayerConnected(playerid);
	    {
	    ShowPlayerDialog(playerid, tag, DIALOG_STYLE_INPUT, "Tag Description", "{FF0000}Enter Your Tag Description:", "Enter", "Cancel");
		}
        
		return 1;
	}

	return 0;
}

public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[])
{
	if(dialogid == tag)
	{
	    if(response)
	    {
	        new Text3D:label = Create3DTextLabel(inputtext, 0x008080FF, 30.0, 40.0, 50.0, 40.0, 0);
            Attach3DTextLabelToPlayer(label, playerid, 0.0, 0.0, 0.7);
            SendClientMessage(playerid,-1,"{FF0000}Tag Description Has Been {FFF000}Inputed!");
           SendClientMessage(playerid,-1,"{FFF000}And Don't Forget This FS Has Been Created {FF0000}By Zaster!");

		}
		return 1;
	}
	return 0;
}

//The End!
//See You Later Bitch )

560x95_FFFFFF_FF9900_000000_000000.png
Link to comment
Share on other sites

8-| ... decat sa faci fs-uri din astea (de 2 bani) nu mai fa ... este foarte usor de facut 8-| ...

True.

Ce panarama, sa iti multumesti singur :))

[ Imi multumesc in primul rand mie pentru acest comentariu extraordinar. ]

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
Reply to this topic...

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