can someone tell me how you would set the starting exp for a player when they join a UWC3 server.
I have been adding
Code:
for(new Index=0;Index<32;Index++)
{
if(playerxp[Index] < 542407)
{
playerxp[Index] += 542407;
}
}
to uwc3_events.inc under the startround event and it works, but when the map changes it doesnt save their exp (mysql version), i dont understand why this doesnt interfer with anything it just adds a check.
if Geesu or someone could help me i would be very grateful.
__________________