Jump to content

m4rsje

Members
  • Posts

    114
  • Joined

  • Last visited

Everything posted by m4rsje

  1. what error you get? whats happening?
  2. the 2 ways can both be used, but you have to know how they both work ^^ i guess snake his way will be easyer in the start. because at admin pannel you get alot of groups to your head and might get confused.
  3. omg "made"? what u mean the acl.xml must be there ever cause without that u cant be admin etc, is located at server folder in "MTA San Andreas\server\mods\deathmatch\" when u there open it with notepad or somthing like it and add under any group, gratzz on 250 posts
  4. your acl.xml is an file made by mta. it can be found in: "MTA San Andreas\server\mods\deathmatch"
  5. lol he said: 'how can i add members without restarting server' ;P so we kinda got both right
  6. yes, in the normal admin pannel there is a button at server(if i remember it correctly , i made my own admin pannel), acl management. you can add groups, and members there
  7. yeah thats true, what ever he wants ^^
  8. yeah but you can detect players, in a team so you can change the teams, any time with admin pannel, instead of stopping the server, adding to acl, starting the server there is a small chance you lose ppl for that
  9. i guess you can start better with mine, its easyer to understand, and if you want to make a new acl team you have to restart the hole server (alot of work in my oppinion), you can better restart the resource, instead of the server
  10. wait i get his point! you can do a thing i use too, make teams! NOTE: YOU CANT SAVE TEAM DATA, so you have to work with team names i can make a small script for you that is easy to edit, you make a team, and if your an admin, it gets the admin team and you will spawn somewhere else ill get right on it matey
  11. well im not good at scripting but you can try this: local root = getRootElement() addEventHandler("onResourceStart", root, function() team = createTeam ("Z.A.R.S.", 0, 0, 255) end ) addEventHandler("onPlayerLogin", root, function() setPlayerTeam ( source, team) outputChatBox ("Welcome to Zombie Apocalypse Rescue Squad HQ", source) -- it will say it for the logged in player only spawnPlayer (source, -2246.7751464844, 2283.3193359375, 5) -- spawns the player at the pos, with skin 0 fadeCamera (source, true) setCameraTarget (source, true) end ) it will just give you skin 0. im not known in the math.random's, but this is a start
  12. m4rsje

    WK 2010!!

    hey guys!! have you been following the Soccer game's?! its going great, 32 years ago, the netherlands capture'd the cup. but this year, they are going to do it again!! they are in the finals because they won from Uruguay, with 2 - 3!! (uruguay - the netherlands) go go go netherlands, world cup!! thats all i wanted to say
  13. thats a nice life im trying to to that too, getting better, and better, and if you are good enough. help people
  14. thx guys , 50p i was asking, are you from MTA DEV? you know alot and you always help people alot,
  15. well i always try to understand it , so i can make it later again, or for other things anyway i think you didn't get me , like, im a mechanic, and i need to call a cop. so i do /911 san fiero mechanic house and only the cops, can see that message. with the player name. the cops will see this: m4rsje needs help at san fiero mechanic house! the team is called: Cops. maybe you get me now ^^
  16. hey guys, im trying to make an command like /call a team called "nubs" have to get the input. like: /call hey all, welcome to the server! only team "nubs" have to get this message, but i dont got any idea how! :\ maybe some1 could help me with a small start,? thx
  17. haha its already fixed i removed something from playerloggedin false, like sebas said and it worked thank you for your time, its fixed:)
  18. it already checks if its an playerAccount
  19. sorry dude i can still drive with it without having a team
  20. local root = getRootElement() addEventHandler("onVehicleEnter", root, function(player) local id = getElementModel(source) --get the team local team = getPlayerTeam(player) local teamName = "" if team then teamName = getTeamName(team) else outputChatBox("You cant drive!!", thePlayer) end --check the vehicles if id == 416 then if (teamName) == "Medic" then outputChatBox("((* Don't abuse your lights! *))", player) else removePedFromVehicle(player) outputChatBox("((* You are not allowed to get in here! *))", player) end elseif id == 420 then if (teamName) == "Taxi" then outputChatBox("((pickup people and bring them to their chosen place))", player) else removePedFromVehicle(player) outputChatBox("((*You are not allowed to get in here*))", player) end end end ) like that?
  21. nop it doesn't work. come try it out, RPG test!!..jshgdjfkhf pw is: 12333
×
×
  • Create New...