How could I create teams using AddPlayerClassEx
#1

^title.
Reply
#2

I am not even sure if this is a serious question but well

Just put some number in for the teamid ... it is the first parameter
pawn Код:
// Team 1
    AddPlayerClassEx(1, 0, 0.0, 0.0, 0.0, 0.0, 0, 0, 0, 0, 0, 0);
    AddPlayerClassEx(1, 0, 0.0, 0.0, 0.0, 0.0, 0, 0, 0, 0, 0, 0);
    AddPlayerClassEx(1, 0, 0.0, 0.0, 0.0, 0.0, 0, 0, 0, 0, 0, 0);
// Team 2
    AddPlayerClassEx(2, 0, 0.0, 0.0, 0.0, 0.0, 0, 0, 0, 0, 0, 0);
    AddPlayerClassEx(2, 0, 0.0, 0.0, 0.0, 0.0, 0, 0, 0, 0, 0, 0);
    AddPlayerClassEx(2, 0, 0.0, 0.0, 0.0, 0.0, 0, 0, 0, 0, 0, 0);
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)