Posts: 194
Threads: 63
Joined: Feb 2011
Reputation:
0
Any tutorial about how to move health (and armor) values from client to server side ?
Posts: 6,236
Threads: 310
Joined: Jan 2011
Reputation:
0
Use SetPlayerTeam to set everyone to the same team to enable the anti-teamkill system (prevents SA-MP controlling damage). Then you can use OnPlayerGive/TakeDamage to handle damage.
Posts: 194
Threads: 63
Joined: Feb 2011
Reputation:
0
Hmm ... I can't I have 3 different teams, another answers ?