
m4rsje
Members-
Posts
114 -
Joined
-
Last visited
Everything posted by m4rsje
-
solved alrdy, thx just fails , it needs to open a chat, like normal, but then with name: occ: any got an idea?
-
when the resource stats, the player(s), has to get the bind key, (A)
-
heey guys, Ugh I feel so a shame right now , I forgot how to bind keys! addEventHandler ( "onResourceStart", root, function ( ) bindKey (thePlayer, "o", "down", publicChat) end ) Whats wrong
-
what doesnt work?
-
so you think, ill have to create a grid list, make colums and let them be written there?
-
and it doesn't work? hmm weird.
-
I dont know, what you mean ? And 50p i dont found onGamemodeStart in the Wiki... open your meta.xml Something like this is there: Change it
-
hey hey guys, Im new to gui shizzle and im making a character system, whats the best to do, ive created a window (yeahh im far ) and i now need a small box, where the character names are going to be standing, what box thing can i use as best? thx,
-
Idk but it was wrong in my meta There is a type: gamemode or something like that shizzle or name = hdfkjghdfg Change it there and see what happens
-
tip, i have learned lua, from reading scripts, and rewriting them, in a other way, or just read it 5 times, and then try to make it yourself, without the other 1;) keep trying, dont give up, and you will become a master of lua
-
sounds hard, but its true, if you dont learn it, you keep asking and you wont ever get further, learn lua and then post your problems here
-
lol its not hard watch and learn local root = getRootElement() addEventHandler("onPlayerWasted", root, function () skin = getElementModel (source) -- gets the skin of the player setTimer (spawnPlayer, 5000, 1, source, -317.66, 1061.31, 21.74, 0, skin) -- spawns the player in 5 seconds, at -317.66, 1061.31, 21.74 with a rotation from 0 (it has to be filled else it wont work 0 is working fine ) with the skin they had. end ) enjoy it
-
thats not posible, then they wont be able to play any other server. so keep it in a client/server script
-
but its still sticky, and on time.. daKillar2000, stop for a 1 minute and think.. why somebody would spend a lot of hours for doing free job for someone else? huh? it may sound crazy but im bored, so tell me dakillar, add me on msn and ill see what i can do [email protected]
-
EOF == End Of File?? hmmm what about if you got 20 lines and he says, he expectend a end at eof line 6? EOF = End Of Function
-
link link , is down down ;P
-
haha i sure can Heey,me need lock. can lock /lock password. now unlock /unlock password you make me script okay. plox? what about that
-
it is like java, but then a litle diferent, there aren't any brackets ({ }) to close a function but a 'end' and just other functions
-
translation for guys that hates bad english: Heey, i like to have a lock script. its suppose to lock cars with a password (/lock password). the car will be saving the password. when the same character types the pasword again(/unlock password) it will be unlocked. thx
-
ever though about sql?
-
if (getAccountData (getAccount(source), "car")) then local hawkcar1 = getAccountData (getPlayerAccount(source), "car") local upgrades = {1001,,1002,1003,1004,1005,1089} for i,v in ipairs (upgrades) do addVehicleUpgrade (getPlayerOccupiedVehicle(source), car) end end idk but maybe it works?
-
its not that hard, all you have to do is this: local root = getRootElement() addEventHandler("onPlayerWasted", root, function () setTimer (spawnPlayer, 5000, 1, source,2314.75+math.random(-1,1), -6.43+math.random(-1,1), 26.74) end ) not that hard i guess ^^
-
cops is a team, thx ill try it and edit abit, ill add a few things to it. so only a part of the cops team can see the msg with the position:P thx ^^ edit: doesn't work, i tryed to fix it but nop errors: bad argument at 'getPlayersInTeam' bad argument #1 at ipars
-
guys i know how it works i just.. didn't want to make it bec i was lazy
-
yeah but my problem is , how can i make the cops get the speed from the guy that hits the marker ?