Hello, i need create a file and the name must are a random number
(I found to put random number but i need espesificate in caseīs the result to create this number, and i must make 100 caseīs... Donīt exist other metod ?)
I put this... but donīt right
Code:
new numero = random_num(0, 100)
formatex( text, 255, "addons/amxmodx/123/%s.txt", numero);
write_file( text , numero , -1 );
Tnkz