
bandi94
Members-
Posts
1,037 -
Joined
-
Last visited
Everything posted by bandi94
-
yes i want something like Draken said thx man i will try
-
it is possible to play a song whitout the client download it ? i mean i wanna make a music player whit a lot of song's (.mp3) now i can-t put them in server bk it will take hour's to download it now can i upoad them into a database and then the client play it from the database whitout download it ? thx
-
that script is working only whit 1.05 for 1.1 or higher use my autoteam https://community.multitheftauto.com/index.php?p= ... ls&id=2833
-
Hello i have litel problem whit dexx tool if somebody used it and he know how to set up this light's pls help me i mean i need the light's info size range corona .... tuday i tryed more that 10 combination's and it don't luck like in the video thx for helping
-
that is a pointer most of time's they are used to point at a structure
-
this is much easyer that C++ i dont use GMl but i watch some video's C++ can't draw motion etc... whit C++ you need to use directX or openGL this GMl is a game maker not a programing language
-
Hello. I started modeling my custom infernus and i saw on a map that on infernus was 6 flashing lights (red) now i search that map and i don't find any script so it's mean that the lights are in the car dff . Somebody know how i can add that flashing lights into the car dff what program i need to use or a tutorial thx (i use googel sketchup 8 pro , 3d's Max )
-
https://wiki.multitheftauto.com/wiki/Ser ... #autologin ? The internet has evolved 90% of users have dinamic ip and 50% of users have difrent ip every day and 40% have another ip in 4-5 day's and the 10% another ip in 1-2 week's . I think is better to make a login window whit autologin button when a player press it save the ussername and pw in .xml file client side when a player join check if he selected autologin if yes get usser and pw from the .xml file login them whit "logIn()" and done
-
1. you can't attach a gun to a vehicle 2. you can't create bulet's like createProjectil 3. you need to script a weapon i mean the bulet part you can use createObject() bindKey() processLineOfSight setElementHealth this is the min also you can add efect's and more
-
I don't thest this but i think this is working you put in server side? if you are using race is a litel bug i noticed on my server somethimes you are showd in the team(scoreboard) after the next map started
-
https://wiki.multitheftauto.com/wiki/Scr ... troduction
-
open cmd type "ipconfig" you will find the Default Getway copy the number's in a browser ex my Default Getway is 192.168.0.1 then you are on the modem/router page (if you have a router then you are on the router) now searh for portforward or virtualserver (see in the video) after if you have a router then search for status there you will find LAN and WAN type the Lan number's in a browser and you are on the modem page an do again the port forward .
-
if you are talking about team's you can use my autoteam but my autoteam work's whit ACL group and name Tag and then player's must have a tag in the name or edit the script to work whitout tag (using tag ex> |A|Player name |M|Playername .....) https://community.multitheftauto.com/index.php?p= ... ls&id=2833
-
server side function sendkillstoclient() local zombieKills = getAccountData(getPlayerAccount(source),"Zombie kills") triggerClientEvent(source,"kills",source,zombieKills ) end addEvent("ask",true) addEventHandler("ask",getRootElement(),sendkillstoclient) client side function zombikills(kill) outputChatBox("You have: "..kill.." kill's") end addEvent("kills",true) addEventHandler("kills",getRootElement(),zombikills) function ask() triggerServerEvent("ask",getLocalPlayer()) end addCommandHandler("zombikills",ask)
-
post the server side where you add "killPed" and use debugscript 3 to find where is the error
-
Editor bug. Try reinstal MTA . And yes the server should load them .
-
nope use triggerServerEvent() triggerClientEvent()
-
yes i know this probblem i have it to they can't bk in race script if a check on /spectate and next map how to fix it : 1. search for "onClientRequestSpectate" in racce_server.lua in that function you will find this line "if not g_GameOptions.stealthspectate or not isPlayerInACLGroup(player, g_GameOptions.admingroup) then" now ad 1 more check for your group name and you got "if not g_GameOptions.stealthspectate or not isPlayerInACLGroup(player, g_GameOptions.admingroup) or not isObjectInACLGroup ("user."..getAccountName(getPlayerAccount(player)), aclGetGroup ( "Owner" ) ) then" and now the "Owner" group can spectate 2. setNext map search for " addCommandHandler('nextmap', " in racevoting_server.lua you will find a function and this line "if not _TESTING and not isPlayerInACLGroup(player, g_GameOptions.admingroup) then" now again ad 1 more check and you got "if not _TESTING and not isPlayerInACLGroup(player, g_GameOptions.admingroup) and not isObjectInACLGroup ("user."..getAccountName(getPlayerAccount(player)), aclGetGroup ( "Owner" ) ) then " and now Owner group can set next map
-
he use bool relative true and he use pixel positions .... addEventHandler("onClientPlayerWasted", getRootElement(), function() if ( isPlayerDead ( getLocalPlayer() ) ) then GUIEditor_Memo[1] = guiCreateMemo(0.1,0.39,0.269,0.31,"You were killed by:"..killer.."",true,menu) --- x,y,w,h need to be numbers between 0-1 guiSetVisible ( menu, true ) showCursor ( true ) end end)
-
Hello. I started find/make this thing a week ago but i faild . What i am trying to do : a respawn for "none" respawn map ex. a player can buy "ghost driving " what this do : after you died on a "none" respawn map if you press a key you respawn on the start of map like in "timelimited" respawn map Now i tryed to use SpawnPlayer ..... my problem was that it put's me in the car but i was unable to drive it so i got another idea to use the race gamemod "timelimited" respawn ex. when you died my script check's if you buyed it ...... another thing's...... and if pased then trigger the race gamemod "timelimited" respawn script and then the race gamemod do the rest . My Problem i am searching for more that 4 day's the function that i need to call to initialize the "timelimited" respawn but i don't find it if somebody did this already or you know where is this function or the funtion name it would be great . Thx for all.
-
Client side script run on each player's computer server side script run only one tim on the server. bk client side script run on each computer= they run different i mean the values are difrent's on server side script is the same for al player's . Client side script stop's when the player leave the server (it's stop on player's computer that just leave )
-
... your problem is that this is my autoteam and you don't know how to use it .... read the info : 1. you can't let Tags={"",""} that is a nil value and my autoteam don't work whit no tag so you put a tag or edit the code .... to check if the tag is "" and then check the ACL ... my autoteam first check the tag and you put a nil value to tag and then it's not working.... add a check if is tag or not ...