Jump to content

Recommended Posts

Posted

Cred ca vati dat seama dupa denumire ce reprezinta fsul nu trebuie sa va dau screenuri acest fs contine 2 comenzi simple sa afiseze numele predeasupra capului si sal sterga

http://pastebin.com/uSXcDTUg

Pozele inca nu leam facut ca nu e prietenul online

lol

Guest RockStar
Posted

Nu cred ca e nevoie sa fie fs , poti adauga comenzile astea in gm si gata .

if (strcmp("/hide", cmdtext, true) == 0)
{
    for(new i = 0; i < MAX_PLAYERS; i++)
    {
        ShowPlayerNameTagForPlayer(playerid, i, false);
    }
    GameTextForPlayer(playerid, "~W~Nicks ~R~off", 5000, 5);
    return 1;
}
    if (strcmp("/show", cmdtext, true) == 0)
{
    for(new i = 0; i < MAX_PLAYERS; i++)
    {
        ShowPlayerNameTagForPlayer(playerid, i, true);
    }
    GameTextForPlayer(playerid, "~W~Nicks ~R~on", 5000, 5);
    return 1;
}

Posted

Oricum ar fi cam asa( pentru cei ce inteleg fara poze, pana vin pozele ):


Asta pe undeva printre new's:

new NEnabled[MAX_PLAYERS];


if(!strcmp(cmdtext,  [glow=blue,2,300]"/nametag"[/glow]))

  {

if(NEnabled[playerid] == 1)

{

for(new i = [glow=blue,1,300]0[/glow]; i < MAX_PLAYERS; i++) ShowPlayerNameTagForPlayer(playerid, i, false);

return SendClientMessage(playerid, [glow=blue,2,300]0x4077F7FF[/glow], [glow=blue,2,300]"[iNFO]: {FFFFFF}Player Name tags are Disabled."[/glow]);

}

for(new i = [glow=blue,2,300]0[/glow]; i < MAX_PLAYERS; i++) ShowPlayerNameTagForPlayer(playerid, i, true);

return SendClientMessage(playerid, [glow=blue,2,300]0x4077F7FF[/glow], [glow=blue,2,300]"[iNFO]: {FFFFFF}Player Name tags are Enabled."[/glow]);

}

EDIT: Nu vazusem ca a scris Rock.

142sj0l.png

Underground-GFX

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
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • 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.