This is a test forum with a static import from forum.open.mp it will not be automatically synchronised so any posts you make here will be lost when we migrate fully.
@putusuhartawan
PutuSuhartawan
bool FindDefaultStart(char ** const str) { // Skip the default value passed for optional parameters. if (**str == '(') { (*str); SkipWhitespace(str); return true; } else { logprintf("sscanf warning: No default value found."); } return false; }? //?sscanf?warning:?No default value found
Please sign up or log in to reply