Jump to content

Alazam

Members
  • Posts

    60
  • Joined

  • Last visited

Details

  • Gang
    groove

Alazam's Achievements

Snitch

Snitch (10/54)

0

Reputation

  1. Thank for reply if i get a 1.4 version of mta it is possible to play on 1.4 server with wine ?
  2. i have installed visual basic in wine but i still cant run mta sa it say error loadinc netc.dll error 126 any help ?
  3. You have sample of simple script of sqlite?
  4. I would prefer a guide for mysql but sqlite is ok
  5. Hello i want to save information in my server (money location team ext) do you know any guide that explaine how to setup sql in mta and how to use it thank
  6. And i have another question it work fine but it dont return to ligne how i can do it ?
  7. Thank i have check the wiki but havent read this line When you open a file, its file position is set to the beginning of the file. Each call to fileRead or fileWrite moves the position ahead by the amount of bytes that were read/written. This way, by using fileIsEOF you can check if you've passed through the whole file.
  8. local positionfile = fileOpen("position.txt", false) fileWrite(positionfile, "Position: x = " .. x .. " y = " .. y .. " z = " .. z .. " ") fileClose(positionfile) here is my code it work but i want it to write at the end of the existing file
  9. Hello i want to add some information to a file without delete it what i can add to my filewrite or fileopen for it ? i know that in c++ its app but i dont know in lua
  10. Thank i was thinking about other easy way but thank
  11. Hey i want to know the best way to get x y z position for spawn ext thank
  12. How work the new file from 2014 ?
  13. when i enter inthe marker i enter in the interior but i cant exit when i enter the marker for exit
×
×
  • Create New...