rublisk19
Members-
Posts
67 -
Joined
-
Last visited
Everything posted by rublisk19
-
nice myonlake how you store your info in rp ?
-
something but not this . here my dream function playerExit() setAccountData (account, "money", getElementData(source, "MONEY")) setHouseData (house, "id", getElementData(source, "houseid")) setCarData (car, "id", getElementData(source, "carid")) something like i posted
-
so no other way ? addEvent won't work ?
-
Hi i have question . Is there any way to make command like example setAccountData so i wan't make setHouseData and setCarData thanks for replies. So setAccountData saves accounts setHouseData would save house data and setCarData would save car data
-
thanks very works great !
-
you guys didn't read server post ?? as i writed it need to be textDisplay on screen to capture player money
-
in client side it would up to date text like i have 50$ it writes 50$ if i got paid and now i have 120$ it will write 120$ ??
-
you are dump or me . I think you as i said before i need text display not fcking chatbox
-
make other event onPlayerWasted
-
i wan't to show all time and update money on real time example: i have 50$ text displays 50$ then if money increase decrease it need to update that to text
-
yes it saves i making rpg gamemode so it saves position exp money job bank and other so any suggestions and your code don't work becouse my money code is getElementData(source, "MONEY")
-
i know how to make to show money but it doesn't update them
-
not work any other ideas ?
-
Not work i fixed your typing mistake but i don't show's me text
-
so i need use like this ?? function showTextDisplay ( player, command ) local money = getElementData(player, "MONEY") local serverDisplay = textCreateDisplay() -- create a text display textDisplayAddObserver ( serverDisplay, player ) -- make it visible to a player local serverText = textCreateTextItem ( money.." Lt", 0.775, 0.18, "low",34, 139, 34, 255, 3.2, "left", "top", 255) -- create a text item for the display textDisplayAddText ( serverDisplay, serverText ) -- add it to the display so it is displayed end
-
Hi all i need help on making up to date text display: i have this script: function showTextDisplay ( player, command ) local money = getElementData(player, "MONEY") local serverDisplay = textCreateDisplay() -- create a text display textDisplayAddObserver ( serverDisplay, player ) -- make it visible to a player local serverText = textCreateTextItem ( money.." Lt", 0.775, 0.18, "low",34, 139, 34, 255, 3.2, "left", "top", 255) -- create a text item for the display textDisplayAddText ( serverDisplay, serverText ) -- add it to the display so it is displayed end addCommandHandler( "show", showTextDisplay ) i wan't it to popup then player joins .And then player get money it would be updated to show current money
-
Hi all who can share ddc drift project 2 map. I need it for training and if you have drum and bass too thanks ;]
-
ok thanks everything works
-
Hi i need help to save ,load player position and spawn him. my scripts: waiting for help ;]
-
i have word POLICININKAS how much width it take ? Edit: ok i done
-
i have this exports.scoreboard:addScoreboardColumn("JOB") how to make column biger ?becouse my job name can't fit in
-
Thanks very much works fine !!!!
-
NOT WORKS I GET MONEY THEN I EXIT CAR AND I CAN"T ENTER OTHER CARS JUST MY JOB
-
so how to make that ?
