-
Posts
7,337 -
Joined
-
Days Won
11
Everything posted by TAPL
-
is this need ? i think no 37. player = getLocalPlayer ()
-
function move () triggerServerEvent ( "LV", getLocalPlayer() ) end
-
you are just want copy and past wiki example? and put it on meta ? the wiki example some time not work because it's just example
-
function KillCmd ( thePlayer, cmd ) if ( thePlayer ) then killPed ( thePlayer ) end end addCommandHandler ( "kill", KillCmd )
-
i want script anti helicopter kill and anti cars kill
TAPL replied to IIIIlllllIII's topic in Scripting
did you know that this section is not for requests? how you want your server be the best when you can't make a simple script? i thinks this is the time to start learn https://wiki.multitheftauto.com/wiki/Main_Page -
Delux Host: cheap, reliable and safe game server hosting
TAPL replied to DeluxHost's topic in Hosting solutions
i have one server from it my server have like 80-100 of players i have no lagg but some time the website for the Easy Admin won't work and the download freezing in the server -
you open double topic (LoL) and we can't understand what you want do (LoL) you can't find your old topic or what? that was the last post in your old topic messages = { "هههه مسوي برو ق1", "لول نوب انت؟؟", "خخخخ انت ولعبك المنوب", "ههه انا لله وانا اليه راجعون" } outputChatBox("Wasted_System_v2.0",255,255,0) outputChatBox("AnTi-Fist_v1.0",0,255,255) function wasted (killer, weapon, bodypart) outputChatBox ( messages[math.random(1,#messages)], 255, 0, 0 ) local sound = playSound("sounds/wasted.mp3") setSoundVolume(sound, 0.5) end addEventHandler ("onClientPlayerWasted", getLocalPlayer(), wasted) addEventHandler ("onClientPlayerDamage", root, function (attacker,weapon,bodypart) if weapon == 0 then cancelEvent() elseif weapon == 24 or weapon == 31 or weapon == 34 then if bodypart == 9 then local x,y,z = getElementPosition(source) local sound = playSound ("sounds/headshot.mp3",false) setSoundVolume (sound,4) setGameSpeed (0.25) setCameraTarget (source) fxAddBlood (x,y,z+0.8,0,0,0,500) setPedHeadless (source,true) setElementHealth (source,0) setTimer (setGameSpeed,2000,1,1) setTimer (setPedHeadless,2000,1,source,false) end end end)
-
try with this messages = { "هههه مسوي برو ق1", "لول نوب انت؟؟", "خخخخ انت ولعبك المنوب", "ههه انا لله وانا اليه راجعون" } outputChatBox("Wasted_System_v2.0",255,255,0) outputChatBox("AnTi-Fist_v1.0",0,255,255) function wasted (killer, weapon, bodypart) outputChatBox ( messages[math.random(1,#messages)], 255, 0, 0 ) local sound = playSound("sounds/wasted.mp3") setSoundVolume(sound, 0.5) end addEventHandler ("onClientPlayerWasted", getLocalPlayer(), wasted) addEventHandler ("onClientPlayerDamage", root, function (attacker,weapon,bodypart) if weapon == 0 then cancelEvent() elseif weapon == 24 or weapon == 31 or weapon == 34 then if bodypart == 9 then local x,y,z = getElementPosition(source) local sound = playSound ("sounds/headshot.mp3",false) setSoundVolume (sound,4) setGameSpeed (0.25) setCameraTarget (source) fxAddBlood (x,y,z+0.8,0,0,0,500) setPedHeadless (source,true) setElementHealth (source,0) setTimer (setGameSpeed,2000,1,1) setTimer (setPedHeadless,2000,1,source,false) end end end)
-
again the same idiot back https://community.multitheftauto.com/ind ... &id=296834
-
Gta-multi.com, Quality MTA San Andreas Hosting.
TAPL replied to Gta-multi's topic in Hosting solutions
My server have 50+ players, and was Hosted on Gta-multi, In the first two weeks the server working very well and after two weeks that what happen: all players got Timed out and the server not showing on Server List for 10 min, When i ask live Support about the problem they say the MySql server was restarted ( WTF? ),, and after two day again problem happen the ping up and down up and down and up like 3000+ and all players got timed out and mega lagger with Network trouble on the Screen for all players When i ask live Support about the lagg they just say we're on DDoS attack and we can't do any thing WTF? can't do any thing?! my server stay with the shit lagger for one weeks and the lagg never fixed, so i just move my server to other host^ -
the last admin panel has problem on ban list the problem only in Servers Version 1.0.4 if you have 1.0.5 you will have no problem ^^
-
same idiot back to upload the same resource https://community.multitheftauto.com/ind ... &id=294731
-
ID nitro = 2221 repair = 2222 vehiclechange = 2223 you can find in race ( race/model ) you can edit maybe by zmodeler ? and by txdworkshop
-
https://community.multitheftauto.com/index.php?p= ... ls&id=2364 https://community.multitheftauto.com/index.php?p= ... ls&id=2365 https://community.multitheftauto.com/index.php?p= ... ls&id=2366 https://community.multitheftauto.com/index.php?p= ... ls&id=2367 https://community.multitheftauto.com/index.php?p= ... ls&id=2368 https://community.multitheftauto.com/index.php?p= ... ls&id=2369 https://community.multitheftauto.com/index.php?p= ... ls&id=2368 https://community.multitheftauto.com/index.php?p= ... ls&id=2370
-
Stolen https://community.multitheftauto.com/ind ... ls&id=2362 https://community.multitheftauto.com/ind ... &id=295061 https://community.multitheftauto.com/ind ... &id=294732
-
^^^ Stolen from my server ( client side ) ++++ all resource added by this profile are stolen https://community.multitheftauto.com/ind ... &id=294732
-
after i test this admin i didn't find tab rules
-
i can see this in meta While this image is not available in resource so resource will not work and you need to remove it ... I also discovered that you can't revoke Moderator or SuperModerator .....
-
i think rules is fast way to change the introrules for players and there is anynoumus admin tick box.. and mod/smod button is useful as well Anonymous Admin made by lil_Toady ...
-
Players always get crash / GTA freezes with server real cars... it's an engine bug. +11111111111111
-
new tap rules? lol rules in admin panel? maybe for admins what is new ? i just see Give Moderator and Give SuperModerator and color changed ... hey you forgot the link for download
-
make it red? this will make it red local r,g,b = 255,0,0