#1

hello guys
i want learn about text in scriptfile
open and close and putting in it somthing like vehicle id etc.
Quote:

format(fname, sizeof(fname), "/vehicles/%d.ini", saveindex);

becuse i will made saving and load vehicles #Ownership
but need helping!
Reply
#2

pawn Код:
stock PropPath(propid)
{
  new propfile[64];
  format(propfile, sizeof(propfile), "Properties/PropID%d.ini", propid);
  return propfile;
}
Reply
#3

omg this
Reply
#4

Quote:
Originally Posted by Astralis
Посмотреть сообщение
pawn Код:
stock PropPath(propid)
{
  new propfile[64];
  format(propfile, sizeof(propfile), "Properties/PropID%d.ini", propid);
  return propfile;
}
need example how to make it with his name the text to load and saving in folder how?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)