Jump to content

Yussuf

Members
  • Posts

    92
  • Joined

  • Last visited

Everything posted by Yussuf

  1. Hello Please can I execute some ressource for only some users ?? For example : only the group "ABC" run the ressource "XYZ" .. thanks
  2. Yussuf

    Kill historic

    ok thanks ! I searched in server.log but the kill message don't appear !!
  3. Yussuf

    Kill historic

    no : for example i would know yesterday who killed player A .. the historic
  4. Yussuf

    Kill historic

    I mean for example : X killed Y A killed B I would know it !
  5. Yussuf

    Kill historic

    Hello ! Please can i know the kill Historic of the server ! I need it !!
  6. Yussuf

    Hide Ip adress

    Ok ! but I would change my server location ! so Hideing IP or changing IP !!
  7. Yussuf

    Hide Ip adress

    I would Hide my Ip to avoid hacking ..And the most important thing , I would change my server location so if one tape the IP , the server appear in an other place !
  8. Hello Pleass I have a problem : I have 2 account : I lost the password of one of them and when i tried to get it from internal.db : the passwrd was in a numeric form ! I went to know it ! any idea to convert it to text form ?
  9. Yussuf

    Hide Ip adress

    Hello ! Please , can I hide my IP adress ? I tried to do it but the port was not open.. any idea ?
  10. Hello ! Please how can I add new vehicle to my server (without using modloader ) Thanks
  11. Thanks Solidsnake14 for your help Thank you so much Evil-Cod3r I modified your resource like this (without checking if it's running or not ) function this ( theResource ) local they = getResourceFromName ( "freeroam" ) if getResourceFromName then restartResource(they) end end setTimer (this, 10000,0 ) Simple ^^
  12. No the same thing ! First it showed me : Access denied @ ... so i added a line in admin group in the acl.xml file Then it showed me Failed to load resource.xml I think that there's an error in resource.xml (note : when i should write the resource name : 1 or 2 ?? i tried the both but no result )
  13. yes !! Maybe i did a mistake ^^ : (for example) <resources> <resource name="freeroam"> </resources> Is it true ??
  14. Thanks but always it show me Fail to load resource.xml !!!??
  15. hello ! i'm beginner in Lua language and i would create resource wich restart some other resource every time (timer wich repeat for unlimited ) but no thing happens : function restartresource () local res = getResourceName ("ressource.xml") if getResourceName then restart (res) end end setTimer ( restartresource , 10000 , .. ) resource.xml : <resource> <resource src="ressource.name"> </resource> Please can you help me ? Thanks
  16. Yussuf

    autologin

    Try this resource : https://community.multitheftauto.com/ind ... ils&id=617 you must add <object name="resource.resource-name" /> to admin group in acl .
  17. Yussuf

    Gang's problem

    I need answer please...
  18. Yussuf

    Gang's problem

    no ! the red color became the default blipscolor even the player color isn't red :!!!!
  19. Yussuf

    Gang's problem

    thanks ! but when I tried it , playerblips was changed to red ! any idea ???
×
×
  • Create New...