17.02.2010, 00:59
How can i set a team limit for my army team? I know this has been asked many times, but this has never been explained properly and most of the topics that it's been asked in have no replies.
So can someone give me a fully explained answer, I know more then 5 people asking the same questions
Heres my "Onplayerrequestspawn" If it helps
This only tells if you have army rights or not, I don't know if this would be useful or not, but i put it out there anyway
So can someone give me a fully explained answer, I know more then 5 people asking the same questions
Heres my "Onplayerrequestspawn" If it helps
Код:
if(gTeam[playerid] == TEAM_ARMY && CanUseArmy[playerid] == 0) { GameTextForPlayer(playerid,"~w~You cannot use this class/skill~n~You do not have the required permissions to play as~n~~b~SA army",5000,3); return 0; }