14.02.2014, 15:42
Hello i have made a call of duty gm and i cant get how to make factions without making a new team
i want like if you pick a team and you are in a faction you will spawn in the faction place
here is my saving system if you can help me it will be appricaited
i only need an exsample faction
i want like if you pick a team and you are in a faction you will spawn in the faction place
here is my saving system if you can help me it will be appricaited
pawn Код:
enum PlayerInfo
{
Pass[129], //User's password
Adminlevel, //User's admin level
VIPlevel, //User's vip level
Money, //User's money
Scores, //User's scores
Kills, //User's kills
Deaths, //User's deaths
Last,
NoPM,
Banned
}
new pInfo[MAX_PLAYERS][PlayerInfo];
i only need an exsample faction