23.04.2017, 13:35
da ?
defining as int and using as string ?
defining as int and using as string ?
PHP код:
new id, bString[128], cookies; // this line should be cookies[] if you need as string
if(IRC_IsOp(botid, channel, user))
{
if(sscanf(params, "ui[24]", id,cookies)) // or if cookies is int just remove that [24]

