05.11.2018, 00:22
Nгo funcionou aqui, eu fiz assim:
Fica certo assim? estб funcionando...
PHP Code:
CMD:teste(playerid)
{
GerarPlaca();
return 1;
}
stock GerarPlaca()
{
new str[128];
format(str, sizeof(str), "Veiculos/%s%s%s-%04d.ini", randomChar(), randomChar(), randomChar(), random(10000));
if(!DOF2_FileExists(str))
{
DOF2_CreateFile(str);
}
return 1;
}