04.07.2013, 01:02
printf("#5 cpid = %d", playerid);
format(finalsd, 60, ",Pay Outstanding Ticket|%s,List Jailed Players|-1", stringticket);
printf("#6 cpid = %d", playerid);
Debug "#5" prints out "2" as the value of playerid, but once the format has been executed the value of "#6" changes to 108. How is this possible?
format(finalsd, 60, ",Pay Outstanding Ticket|%s,List Jailed Players|-1", stringticket);
printf("#6 cpid = %d", playerid);
Debug "#5" prints out "2" as the value of playerid, but once the format has been executed the value of "#6" changes to 108. How is this possible?