Jump to content

5150

Members
  • Posts

    352
  • Joined

  • Last visited

  • Days Won

    3

Everything posted by 5150

  1. no one is going to just "give" you a system, unless it was already released on community, in which you could just search there instead of making a forum topic... your description sounds similar to the roleplay script version. maybe you could make one using ideas from RP.
  2. 5150

    acl issue

    :~, youre right, thanks
  3. 5150

    acl issue

    hey, every time i restart my server the ACL file goes back to default. how can i fix that?
  4. that was nothing short of chinese to me lol. im not much of a scripter. but i do know it cant be the script if all freeroam resources are making the same error
  5. i have this script here, and i changed it from get team name to get ACL group, but now its saying <eof> expected near 'else' on line 83, what is that and how can i fix it?
  6. id rather leave that to the last possible option. its a lot of pain i dont need. i want to know whats causing it
  7. ... I know what you meant. Refer to my last reply for the same answer
  8. No dude my account has nothing to do with the script. And even if it did, i restsrted the server twice. Thanks tho
  9. got the same error even with the new unedited one
  10. Yes, but all my edits were confirmed working until i tried to readd freeroam. Also i never edited util_server. But after all this i tried the default unedited freeroam resource and it gave the same error
  11. hey, when i try to spawn a vehicle with f1 it gives this message (see below picture) and since i have several edited freeroam resources, ive tried every one, tried the default un-edited freeroam, and even stopped all resources except main resources and restarted server. can anyone tell me what this is and how to fix it?
  12. my RP/freeroam server wont ban you or make you pay to have fun, check it out (IP and FB page in my signature) but yeah owl gaming, and servers similar ban you for the stupidest reasons, they couldve easily just jailed or something
  13. 5150

    Admin issues

    my admin panel wont let anyone kick or ban. all the rights and permissions are added and confirmed and when i try to ban/kick, it says on chat "player has been kicked/banned by [staff member'', but no one is kicked out of the server
  14. the debug says LUA 14 bad argument @ getTeamName [expected team at argument 1, got boolean not sure what that means could someone help? function createTheGate2 () myGate2 = createObject (10184, -1631.6999511719,688.20001220703,8.6999998092651, 0,0,90) end addEventHandler ( "onResourceStart", getResourceRootElement ( getThisResource () ), createTheGate2 ) function openMyGate2 ( ) local team = getTeamName(getPlayerTeam(thePlayer)) if (team == "#000000Psycho Ma#990000ns Gang") then moveObject ( myGate2, 10184, -1631.6999511719,688.20001220703,13) setTimer ( movingMyGateBack2, 5000, 1 ) end end addCommandHandler("polgarage",openMyGate2) function movingMyGateBack2 () moveObject ( myGate2, 10184, -1631.6999511719,688.20001220703,8.6999998092651, 0,0,90) end
  15. 5150

    admin tag issue

    anyone know whats wrong here? im trying to get admin tags intergrated with my local chat
  16. (ayyy) yeah thats good but slothbot doesnt run on its own, you need something else with it
  17. i know this is a really long shot but is there any way to convert this script from SQL to a database or something? it saves all vehicle upgrades on car spawn/despawn but only with SQL, and sadly i dont use SQL but its a great mod....
  18. theres mods on community giving peds extra health and arming them, as well as targeting players. for extra health https://community.multitheftauto.com/index.php?p=resources&s=details&id=1604 couldnt find the one for the attacking ped but its somewhere along the lines of "nemesis" or "boss"
  19. hey, so i have some truck job ive been editing. the mod was originally for LS but i edited the coords for SF, but now sometimes the red blip showing your destination wont show on the maps. heres the original script, then the one i edited my edited one the original i think its because i didnt edit the setElementPosition (marker, -406, -64, 2.4) on line 70 (original is 70, my edited is line 84), but im not sure what that does so i cant edit it
  20. 5150

    /me

    Awesome, how can i make this local with a distance of 25?
  21. 5150

    /me

    where can i find the /me script in the server files? i want to edit it a little bit
  22. 5150

    Major server error

    ohh. i was thinking this <right name="command.stop" access="true"></right> <right name="command.stopall" access="false"></right> <right name="command.delete" access="true"></right> <right name="command.restart" access="true"></right> thanks
  23. 5150

    Major server error

    Thats already in the admin ACL and set to true
×
×
  • Create New...