Help with teams.
#1

- Can someone make a gamemode with these teams, and colors without any filterscripts.

Код:
 - TDM Teams in Los Santos.
- Construction Works - - Skin: 260 - - Team Color: Orange - ------ - LS-PD - - Skin: 265 - - Team Color: Blue - ------ - Hobo - - Skin: 230 - - Team Color: White - ------ - Punks - - Skin: 181 - - Team Color: Purple - ------ - Grove street - - Skin: 176 - - Team Color: Green - ------ - Mafia - - Skin: 117 - - Team Color: Grey - -------


Teams post in los santos
Reply
#2

i need the team script with the colors no cmd and fs,
Reply
#3

So just a basic gm with the teams and their colors?
Reply
#4

You just want us to be your slaves, and script the whole team system for you? You should learn to script yourself, learn how to make teams, just read the tutorial not beg for the scripts here.
Reply
#5

Simple team script didn't take very long to make all info used can be found in samp's wiki pages.

pawn Код:
public OnPlayerSpawn(playerid)
{
    if(GetPlayerTeam(playerid) == 1)
    {
        SetPlayerPos( playerid, 1667.8909, 1405.5618, 10.7801);
        SetPlayerColor(playerid, 0xFF6600AA); // Orange
    }
    else if(GetPlayerTeam(playerid) == 1)
    {
        SetPlayerPos( playerid, 1667.8909, 1405.5618, 10.7801);
        SetPlayerColor(playerid, 0xFF6600AA); // Orange
    }
    return 1;
}
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)