Jump to content

rublisk19

Members
  • Posts

    67
  • Joined

  • Last visited

Everything posted by rublisk19

  1. nice myonlake how you store your info in rp ?
  2. 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
  3. so no other way ? addEvent won't work ?
  4. 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
  5. you guys didn't read server post ?? as i writed it need to be textDisplay on screen to capture player money
  6. 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$ ??
  7. you are dump or me . I think you as i said before i need text display not fcking chatbox
  8. make other event onPlayerWasted
  9. 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
  10. 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")
  11. i know how to make to show money but it doesn't update them
  12. Not work i fixed your typing mistake but i don't show's me text
  13. 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
  14. 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
  15. Hi all who can share ddc drift project 2 map. I need it for training and if you have drum and bass too thanks ;]
  16. Hi i need help to save ,load player position and spawn him. my scripts: waiting for help ;]
  17. i have word POLICININKAS how much width it take ? Edit: ok i done
  18. i have this exports.scoreboard:addScoreboardColumn("JOB") how to make column biger ?becouse my job name can't fit in
  19. NOT WORKS I GET MONEY THEN I EXIT CAR AND I CAN"T ENTER OTHER CARS JUST MY JOB
×
×
  • Create New...