Jump to content
  • 0

Va mai necajesc cu ceva


Question

4 answers to this question

Recommended Posts

Posted

Ti-am facut una de mana , merge pentru gf

[pawn] if(strcmp(cmd,"/givelevel",true)==0)

          {

              if(PlayerInfo[playerid][pAdmin] >= 1338)//pui ce vrei tu

              {

                  for(new i=0;i<MAX_PLAYERS;i++)

                  {

                  new nume[256];

                  GetPlayerName(playerid,nume,sizeof(nume));

                  new string2[256];//in caz ca ai string deja definit , foloseste ce ai

                  format(string2,sizeof(string2),"%s a dat level up!",nume);

                  SendClientMessage(i,COLOR_WHITE,string2);

                  PlayerInfo[pLevel] += 1 ;

                  }

              }

              return 1;

            }[/pawn]

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.