15.08.2012, 19:50
I converted a ravens rp edit (~650 commands) to zcmd and it was worth it.
OT: Today i learned when using optional strings in SSCANF you must tell the script they are empty to avoid warnings in your console
OT: Today i learned when using optional strings in SSCANF you must tell the script they are empty to avoid warnings in your console
PHP код:
new forcedparam[24],optionalparam[24];
if(sscanf(params, "s[24],S[24]()",forcedparam, optionalparam))