09.11.2014, 11:23
First
sscanf(params,"u",playerid)
Then
sscanf(params,"p<.>{u}i<10-99>i",dollar, cent)
Check it out, I'm not sure if using p specifier in middle of other specifiers would work, so i made use of quiet sections and split the code to two halves
sscanf(params,"u",playerid)
Then
sscanf(params,"p<.>{u}i<10-99>i",dollar, cent)
Check it out, I'm not sure if using p specifier in middle of other specifiers would work, so i made use of quiet sections and split the code to two halves