how do i make a plugin that writes large values for experience?
in my source gameplg.c code i used
WRITEU16(0x0882C034, 0x000F423F);
exported to a plugin, and the code technically works, but instead of writing F423F (999999exp), it just writes 423F (16959exp)... i could get 999999exp when i was...