How to make teams I really NEED it !!
#1

I need to make teams ..

I got grove and ballas how do i make em teams ??

Thanks.
Reply
#2

Anyone ?

I need it NOW
Reply
#3

Click
Reply
#4

Nope.
Reply
#5

y_groups is good.
https://sampforum.blast.hk/showthread.php?tid=194480
Reply
#6

Idk what to do

sorry for being stupid xd
Reply
#7

Have you looked at the "Use" of y_groups?
Reply
#8

Never mind........ TOO Hard
Reply
#9

pawn Код:
enum pInfo
{
    pTeam
}
new PlayerInfo[MAX_PLAYERS][pInfo];
public OnPlayerSpawn(playerid)
{
    if(PlayerInfo[playerid][pTeam] == TEAMID)
    {
        //DO SOMETHING HERE
    }
    return 1;
}

CMD:yourcommand(playerid,params[])
{
    if(PlayerInfo[playerid][pTeam] == TEAMID)
    {
        //DO SOMETHING HERE
        return 1;
    }
    else { SendClientMessage(playerid, color, "Your not in TEAMID"); return 1; }
    return 1;
}
Reply
#10

Quote:
Originally Posted by YanLanger
Посмотреть сообщение
Idk what to do
Sorry if i'm being rude a lil bit in here, but they gave you more than one method to make teams in spite of this kind of scripts is so easy to make, also 'samp wiki' is the best way to learn how to script. If you don't know what to do as you said, so it's so hard for you to control your server in the future when the players start to join it, and hard for you to fix bugs and everything you would face it! You better learn some basic scripts using wiki before you "Request Script".

You have to search for something called "SetPlayerTeam" and also search about some gamemodes/filterscripts/tutorials about teams, there are many here in samp forums.
Reply


Forum Jump:


Users browsing this thread: 7 Guest(s)