Jump to content

Recommended Posts

Posted

Descriere tutorial: Doresc si eu sa ma ajutati ca sa pot face sa dea war dar ca sa poata sa dea war sa aiba minim 3 membri online. Multumesc

                     

  Serverul meu de Discord: Click aici       a7DfKP7.gif                                                                      FGIfknL.gif

k35T5Nb.png                                                                                                                                                                                                                                                                                                I0aS856.gif

Posted

Adaugi asta in gm

stock TeamMembersOnline(playerid)
{
    new Counth=0;
	foreach(Player,i)
	{
	    if(PlayerInfo[i][pMember] == PlayerInfo[playerid][pMember])
	    Counth++;
	}
	return Counth;
}

 

Si la comanda de /war sau cum ai tu adaugi o restrictie

 

if(TeamMembersOnline(playerid)<3) return SendClientMessage(playerid,-1,"Sunt mai putin de 3 membri online!")

 

 

    __  ____      __           
   /  |/  (_)____/ /____  _____
  / /|_/ / / ___/ __/ _ \/ ___/
 / /  / / (__  ) /_/  __/ /    
/_/  /_/_/____/\__/\___/_/     
SERVICII SCRIPTING DE CALITATE
Pagina     Scripting     pawn
Posted

Multumesc Frumos.

                     

  Serverul meu de Discord: Click aici       a7DfKP7.gif                                                                      FGIfknL.gif

k35T5Nb.png                                                                                                                                                                                                                                                                                                I0aS856.gif

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