[small]//Resets everything to 0 if the xp is over 150000
if ( p_data[id][P_XP] > 150000 ) {
p_data[id][P_LEVEL] = 0;
p_data[id][P_XP] = 0;
p_data[id][P_SKILL1] = 0;
p_data[id][P_SKILL2] = 0;
p_data[id][P_SKILL3] = 0;
p_data[id][P_ULTIMATE] = 0;
WAR3_Display_Level(id, DISPLAYLEVEL_NONE ...
Search found 9 matches
- Fri Jan 12, 2007 2:47 am
- Forum: Help/Support
- Topic: autoreset XP when someone for example reach 100000 XP -help!
- Replies: 22
- Views: 51003
- Wed Jan 03, 2007 5:24 pm
- Forum: Help/Support
- Topic: autoreset XP when someone for example reach 100000 XP -help!
- Replies: 22
- Views: 51003
- Sat Dec 16, 2006 10:34 am
- Forum: Help/Support
- Topic: autoreset XP when someone for example reach 100000 XP -help!
- Replies: 22
- Views: 51003
- Thu Dec 14, 2006 7:26 pm
- Forum: Help/Support
- Topic: autoreset XP when someone for example reach 100000 XP -help!
- Replies: 22
- Views: 51003
- Thu Dec 14, 2006 5:34 pm
- Forum: Help/Support
- Topic: autoreset XP when someone for example reach 100000 XP -help!
- Replies: 22
- Views: 51003
- Thu Dec 14, 2006 11:12 am
- Forum: Help/Support
- Topic: autoreset XP when someone for example reach 100000 XP -help!
- Replies: 22
- Views: 51003
- Thu Dec 14, 2006 3:30 am
- Forum: Help/Support
- Topic: autoreset XP when someone for example reach 100000 XP -help!
- Replies: 22
- Views: 51003
- Wed Dec 13, 2006 8:46 am
- Forum: Help/Support
- Topic: autoreset XP when someone for example reach 100000 XP -help!
- Replies: 22
- Views: 51003
- Wed Dec 13, 2006 7:29 am
- Forum: Help/Support
- Topic: autoreset XP when someone for example reach 100000 XP -help!
- Replies: 22
- Views: 51003
autoreset XP when someone for example reach 100000 XP -help!
War3ft Version: WC3:FT v2.3.2
Amxmodx Version: AMXX v1.76b
Metamod Version: MM v1.19p28
Hello ! {Sory for my bad english}
As the subject says I want to set autoreset xp for people who have 100 000 xp.
I was searching in google, forums for many hours and I don't find the solutions.
On my serwer XP ...
Amxmodx Version: AMXX v1.76b
Metamod Version: MM v1.19p28
Hello ! {Sory for my bad english}
As the subject says I want to set autoreset xp for people who have 100 000 xp.
I was searching in google, forums for many hours and I don't find the solutions.
On my serwer XP ...