06.06.2012, 20:15
Had the same problem, changed time to output. Might be diffrent at you as you
Код:
new output[257];
Код:
output = strrest(cmdtext,idx);
if(!strlen(output))
{
SendClientMessage(playerid, WHITE, "/oprison [name] [time] [reason]");
return 1;
}
Код:
dini_IntSet(string, "PrisonDuration", output);

