Yussuf
Members-
Posts
92 -
Joined
-
Last visited
Everything posted by Yussuf
-
Ok thanks i will try
-
Hello Please can I execute some ressource for only some users ?? For example : only the group "ABC" run the ressource "XYZ" .. thanks
-
ok thanks ! I searched in server.log but the kill message don't appear !!
-
no : for example i would know yesterday who killed player A .. the historic
-
I mean for example : X killed Y A killed B I would know it !
-
Hello ! Please can i know the kill Historic of the server ! I need it !!
-
Ok ! but I would change my server location ! so Hideing IP or changing IP !!
-
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 !
-
Ok I will Try ! Thanks
-
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 ?
-
Hello ! Please , can I hide my IP adress ? I tried to do it but the port was not open.. any idea ?
-
Hello ! Please how can I add new vehicle to my server (without using modloader ) Thanks
-
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 ^^
-
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 )
-
Yes i'm sure ...
-
yes !! Maybe i did a mistake ^^ : (for example) <resources> <resource name="freeroam"> </resources> Is it true ??
-
Thanks but always it show me Fail to load resource.xml !!!??
-
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
-
Try this resource : https://community.multitheftauto.com/ind ... ils&id=617 you must add <object name="resource.resource-name" /> to admin group in acl .
-
no ! the red color became the default blipscolor even the player color isn't red :!!!!
-
thanks ! but when I tried it , playerblips was changed to red ! any idea ???
