Jump to content

Taalasmaa

Members
  • Posts

    197
  • Joined

  • Last visited

Everything posted by Taalasmaa

  1. We need your client-side too to help you. It goes wrong in client-side trigger.
  2. Ok, I make things clear. 1. I''m not phatlooser 2. there is running phatloosers and MY anticheat in my RPG, don't mess those with each other 3. I just made my anticheat to detect some car things what PhatLooser's syncro didn't detect 4. I'm going to release MY anticheat in days, NOT phatloosers 5. Don't say my released anticheat is phatlooser's, because like i stated i made own "addon" anticheat to protect the server better, phatlooser's anticheat is heart of my RPG protector. 6. I really have airbrake detects on my anticheat, since PhatLooser improved me to make it. I'm maybe going to put s0beit detector too to this same package, i need to talk with PhatLooser, since he is my friend. 7. Bye.
  3. You can come to RPG and test it, like tsarhjain said. Mothafucka, castillo. Maybe i just don't want to release it for n00bs, maybe.
  4. local Localplayer = getPlayerName(getLocalPlayer()) Label_PlayerName = guiCreateLabel(14,8,428,53,Localplayer,false,GUIEditor_Tab[1]) guiLabelSetColor(Label_PlayerName,255,255,255) guiLabelSetVerticalAlign(Label_Playername,"top") guiLabelSetHorizontalAlign(Label_Playername,"left",false) guiSetFont(Label_PlayerName,"sa-header") This should work.. No needed any LocalPlayer = "" XX3, you falied at "Localplayer = getPlayerName(getLocalPlayer())" and you put to label "LocalPlayer", insted of Localplayer
  5. Damn, would be awesome script, but sorrily I lost my 3DS Max when I formated my computer ZZzz
  6. Nothing, i'm just making it way more better, because it got bugs
  7. Nvm, i fixed it, my server bugged Any gamemode didn't worked Now i'm angry because I spent many hours in trying to solve the problem and it was causing because of server...
  8. So, any help? EDIT; It gives an error bad arguement #1 to 'pairs' So it seems that this gamemode doesn't detect any suitable maps, what's wrong? Help would be good
  9. Hey, I'm making basic gamemode with votemaps and so on and I failed function tvhMap(startedMap) mapRoot = getResourceRootElement(startedMap) end addEventHandler("onGamemodeMapStart", getRootElement(), tvhMap) function humanityChosen() local spawn = getElementsByType("humanitySpawn", mapRoot) local x,y,z for key, value in pairs(spawn) do x = getElementData(value, "posX") y = getElementData(value, "posY") z = getElementData(value, "posZ") spawnPlayer(source,x,y,z) setCameraTarget(source,source) end end addEvent("humanity",true); addEventHandler("humanity",getRootElement(),humanityChosen) These are just parts of it, but it debugs an error about ERROR: Infite/Too long execution (mapmanager) ERROR: Aborting; infite running script What's wrong, it doesn't even start the map what i made. And trust me there's these humanityspawns on map file and the gamemodes for map file is set OK, like <meta> <info type="map" gamemodes="TestMode"/> <map src="junkyard.map"/> meta> and in my gamemode: <info author="Taalasmaa" type="gamemode" name="TestMode" version="0.0.1" /> Well, thanks. Best Regards Taalasmaa
  10. I tried to unzip it, but no, not working
  11. See this picture: [/img] It will show you everything is OK. Also you can see debug on it. Edit: First it gives aad_c.lua Bad Arguement @ 'getElementData' - Line: 18 Then it debugs about boolean value.
  12. I can't really reinstall the full mta server, because you know, i only have cpanel for control on delux-host.com, secondly I tried 1.0.3 with no working. It's debian linux btw.
  13. Linux/1.0.4 nightly. EDIT THE ERROR: blabla/blabla/aad/aad_c.lua:743 Bad Arguement # 1 to 'unpack' (table expected, got boolean) Sorry about my attempt to call global error, i forgive that it was bad arguement. Edit2: I just downloaded the latest version and tried it, not working, I also tested it on 1.0.3 linux server, not working.
  14. You mustve edited something, or forgot to put in a needed resource (like dxscoreboard) I never edit them, secondly, I will know if the resource loading fails, so far im pretty good scripter. And yes, All included resources are in my resources.
  15. Doesn't work for me.. Gives error about "attempt to call global unpack" blabla on resource start. And gives black screen.
  16. Do this in client-side and it should work. function slowMotion ( ) setGameSpeed(0.5) outputChatBox ( "Slow Motion Activated", 255,255,0 ) -- some colors end addCommandHandler ( "slow", slowMotion ) Do that in client-side!
  17. Sorry, i've been busy... School, hobbies etc
  18. Well, you can come to http://www.gamenet.fi || roleplay and try to break our anticheat, one thing is sure, you cannot. I already made this anticheat, but im too lazy to release.. Maybe later. Our RPG server anticheat even detects if you got s0beit running.
  19. You can get easily when I release my mta account classes.
  20. Sure you can. I can add it to my script. What does it include?
  21. OK; I got some problems with vehicle airbrake and vehicle speed detection, maybe i'll release this tomorrow. Maybe today Water and super jump cheat added too. OK; Fixed vehicle fly bug, it kicks you now immediately when you toggle the flying cheat on OK; Fixed vehicle speed bug, not kicking anymore when falling! OK; Fixed AIRBRAKE, WORKING NOW RELEASE SOON!
  22. Well, since BigBadButler has scripted the world best MTA Anticheat (If player got sobeit BigBadButler's anticheat detects that) So I can release my little anticheat without compiled I use it in my server because im in gamenet.fi
  23. Dunno, what is the point.. It's my style Because many people just put it to own server, change author and tells for everybody that "I MADE THIS".. Thats why i want to compile it
×
×
  • Create New...