Jump to content
Autentificarea cu Google și Facebook nu mai este disponibilă. ×

Question

Posted

Deci vreau si eu un script care pot sa scot numele la playeri sa fac filme in gen cum e Black Hawk Down a lui Guardian???

Dark StunT New Version => 60%

3 answers to this question

Recommended Posts

Guest PlayON
Posted

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

Posted

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%

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.