Jump to content

Scarface

Members
  • Posts

    1,005
  • Joined

  • Last visited

Everything posted by Scarface

  1. i would like all the ped animations possible, and that you will use the real voice of the ped you are using not CJ all the time.
  2. Does he have v1.0 of sa? Did you try this on other server, cant give you much without any details
  3. what do you mean? Forgot that in the script. Fixed ^^ , i would like to ask a question, if i do onplayerjoin it will do it every time, so is there onplayerregister?
  4. ok its done, i opened registry.db, now what?
  5. Aha! your silence had me worried! glad you posted this! I was about to start work on my own version tonight but you may have saved me the trouble. To re-iterate what I'd suggested previously, would be nice to have withdrawAmount(playerid, amount) and depositAmount(playerid, amount) functions, so that the longer winded setBankAccountBalance(playerid, amount) = getBankAccountBalance(playerid, amount) +/- someAmount, becomes simply withdraw/depositAmount(playerid, amount). Let the internal workings of the banking system do the work Another fine addition would be to include cash machines if possible, that you can place near train stations, airports, or certain stores. (I can just imagine people RPing as Bums/beggars and sitting near ATMs waiting for people to show up). I guess these would be withdrawal only. The other thing I'm looking for (and was about to work on tonight) was the other feature I suggested (though I've revised it a little since then) so that you can customise which db and which tables/columns the data is stored to, rather than hardcoding table/column references. I've come up with some rather lengthy pseudo code to achieve all that, but probably not worth me posting in here, but if you fancy discussing it I can always show you what I've come up with. about the atm thing they have done it on SAES, well obviously they had professional help from the members of the mta team on theirs ok gamesnert i found the sqlite3.dll so know what, what do i use to open it?
  6. we need an auto kick if the name will be just a nik. we need name_surname
  7. seriously i cant understand a thing what you guys are talking about, i guess i will take me a while how to figure out on how to make this work
  8. i need an updated mirror for the mysql download cause its not working
  9. Adding something like... function destroyStingerKeybind( a, b, player ) if( isElement( theStingers[ player ] ) ) then destroyElement( theStingers[ player ] ) destroyElement( theColShapes[ player ] ) end end bindKey("F1","down",destroyStingerKeybind,thePlayer) ...Near the bottom somewhere maybe? How about only allowed if team=copteam?
  10. i have tried your server but its getting a time out downloading resources
  11. ERROR: Database query failed: no such table: bank_accounts (SELECT username FROM bank_accounts WHERE username = 'scarface' LIMIT 1) ERROR: Database query failed: no such table: bank_accounts (SELECT balance FROM bank_accounts WHERE username = 'scarface' LIMIT 1) ERROR: Database query failed: no such table: bank_accounts (INSERT INTO bank_accounts VALUES ( 'scarface', '0' )) i get this all the time what am i suppost to do?
  12. ok found out the mother f****r that was causing the problem, pingkicker script, well theres nothing wrong with the script its just that i guess i didnt fill everything in the acl. ========================================== DO NOT FORGET THIS!!!! The script needs the following right(s): command.kickPlayer Command(s) you need to protect with ACL: command.maxping command.pingwarning command.minfps ========================================== What exactly do i do with the info from readme given?
  13. I think some other scripts kind of conflicted with other scripts, causing trouble. What may also have been the big problem, that everything was protected. When protecting everything, the server is heavily limited for as far as I know. lol infact i undid all the protected shit two days ago
  14. Ok gamesnert we are getting there, i stayed playing around with the mtaserver.conf since i know its coming from there, and i took off most of the last piece where i wright the names of scripts, and so that they will start on server startup, well i took most of them off and it was working, so what could it be, i dont think there is a limit of scripts i can write down, so what if one script is causing this, ill continue to find out step by step, will take a while
  15. yeah if you mean started as running yes they are, if not explain yourself.
  16. i did give it admin rights in the acl Do you have an admin account? of course i have admin rights
  17. ... Huh? I only have that with the MTA-MySQL module (that finally works) if I connect to something incorrectly... =/ I think you may need to reinstall MTA if you're having problems like that... Or maybe a redownload or something... I can't see what the problem is, yet there seems to be a huge one! =/ i did infact redownload/install mta but nothing happened.
  18. hi xdxvidx renember me? well the problem could be coming from your web browser that are you using? I'm also using Firefox... lol sry didnt read it. Well maybe the version? anythings possible here
  19. i am entering my username and password but it keeps on rejecting it, i use firefox, any suggestions?
  20. why is it difficult? it was easy as pie for me, until it caused a complete system crash to my server as i showed you before -.-
  21. yes i dont recogmend it either, they over writed each other and dm bacame race too
×
×
  • Create New...