Jump to content
  • 0

Un Script


Darksone

Question

3 answers to this question

Recommended Posts

Guest PlayON

Amice fii si tu mai explicit deci vrei o comanda care sa dispara numele? sa poti face un film?

Amice taci ca ai facut spam deja in sectia asta!

if(strcmp(cmdtext, "/nametagson", true)==0)
	{
   	   	SendClientMessage(playerid, COLOR, "Nametags are enabled.");
    	PlayerPlaySound(playerid, 1137, 0.0, 0.0, 0.0);
		for(new i = 0; i < MAX_PLAYERS; i ++)
		{
	    	ShowPlayerNameTagForPlayer(playerid, i, 1);
		}
		return 1;
	}
    if(strcmp(cmdtext, "/nametagsoff", true)==0)
	{
		SendClientMessage(playerid, COLOR, "Nametags are Disabled.");
    	PlayerPlaySound(playerid, 1058, 0.0, 0.0, 0.0);
		for(new i = 0; i < MAX_PLAYERS; i ++)
		{
	    	ShowPlayerNameTagForPlayer(playerid, i, 0);
		}
		return 1;
	}

Am facut Copy/Paste dintr-un GM!.Scuze dar s-a distrus identatia...

Link to comment
Share on other sites

Amice taci ca ai facut spam deja in sectia asta!

if(strcmp(cmdtext, "/nametagson", true)==0)
	{
   	   	SendClientMessage(playerid, COLOR, "Nametags are enabled.");
    	PlayerPlaySound(playerid, 1137, 0.0, 0.0, 0.0);
		for(new i = 0; i < MAX_PLAYERS; i ++)
		{
	    	ShowPlayerNameTagForPlayer(playerid, i, 1);
		}
		return 1;
	}
    if(strcmp(cmdtext, "/nametagsoff", true)==0)
	{
		SendClientMessage(playerid, COLOR, "Nametags are Disabled.");
    	PlayerPlaySound(playerid, 1058, 0.0, 0.0, 0.0);
		for(new i = 0; i < MAX_PLAYERS; i ++)
		{
	    	ShowPlayerNameTagForPlayer(playerid, i, 0);
		}
		return 1;
	}

Am facut Copy/Paste dintr-un GM!.Scuze dar s-a distrus identatia...

mersi mult

Dark StunT New Version => 60%

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • 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.