Jump to content

toxicsmoke11

Members
  • Posts

    232
  • Joined

  • Last visited

Everything posted by toxicsmoke11

  1. well then,lucky you guys. you got retarded people working in ISP(this is positive in this case)
  2. Stop webadmin resource too then or just change your account password
  3. huh, what was that. On english that would be translated to something like "We are wearing $hitty(full of dirty $hit-in a way like he pooped into them) underpants"
  4. how about /stop webchat ??????
  5. i wanted to ask how could i make a player have some "invalid" characters like ┐ ? its possible but i dont know how,i saw it in few servers; most popular one was ERU but how could i make this?or i need custom admin,scoreboard,nametag resource with dx functions or something?
  6. Then try to replace theplayer at line 8 and 9 with player
  7. At line 9 change source to theplayer
  8. okay umm so i changed some things but im stuck at one part i changed when i create the gate in first function it sets element data to 0 since its closed on start but then i do that check if element data is 0 then open it and set element data to 1 ==stuck here== i cant use 'elseif' because its checking the team,not gate state so what do i use if element data is actually 1 when someone uses the command?
  9. so i need to replace 'elseif' with 'else' and have 2 elses in my script? i really dont know what i need to do now to make this working,i understand what u said but i still dont know how to make this work
  10. yeah im in that team and it always outputs gate has been opened but doesnt output anything else
  11. hi im trying to open/close gate with just one command,i dont want 2 different commands but this doesnt work function createTheGate1 () myGate1 = createObject ( 7657, 2522.2001953125, -1278, 35.5 ) end addEventHandler ( "onResourceStart", getResourceRootElement ( getThisResource () ), createTheGate1 ) function openMyGate1 (thePlayer) local playerTeam = getPlayerTeam(thePlayer) local teamName = getTeamName(playerTeam) if (teamName) then if (teamName) == "Test" then moveObject ( myGate1, 3000, 2522.1999511719, -1278, 38.900001525879 ) setElementData(myGate1,"gate.state",1) outputChatBox("Gate has been opened!",thePlayer,0,255,0,true) elseif getElementData(myGate1,"gate.state" == 1) then moveObject ( myGate1, 3000,2522.2001953125, -1278, 35.5 ) setElementData(myGate1,"gate.state",0) outputChatBox("Gate has been closed!",thePlayer,255,0,0,true) else outputChatBox("You don't have access to open the gate!",thePlayer,255,0,0,true) end end end addCommandHandler("base",openMyGate1) nodebugscript3 errors please help
  12. How could this be MTA:SA logo? MTA:SA is online modification of GTA:SA and that character on your picture is barely even shown in GTA:SA
  13. Hello! I saw in some servers that they got huge download, but as the resources are downloading, they're starting each other by themselves and I don't know how. Seems like it's possible. I saw a function on MTA Wiki https://wiki.multitheftauto.com/wiki/LoadScript but would that function help with making this? If yes,on what event should i activate this script? Help please
  14. the bug this resource had for long time is when u remove a mod meta will stay the same and resource will fail to load because it will have missing files thing someone fix it plz
  15. @NeOx YES. YESSSS YEESSSSSSSSSSS
  16. who says we wont get them?u just need to kidnap them and tie them up...
×
×
  • Create New...