Jump to content

lollipop

Members
  • Posts

    13
  • Joined

  • Last visited

Details

  • Gang
    Lol

lollipop's Achievements

Square

Square (6/54)

0

Reputation

  1. Hey all, I really need scripter for my clan... I can pay with PayPal nice money But you must can do a scripts with nice design and u must can do a lobby or new admin panel, userpanel, etc and be official in my clan as scripter or something better....If u ´re interested contact me to PM there and i will add you my skype..
  2. xDDD google translate .. (težší tvar) Hmm, i need someone who can create this for me >.< ...I don´t understand things on wiki -_-"..
  3. Omg, i dont know create dxDrawText....I´m only beginner in scripting...and your script is in heavier shape... addEvent('g_Add',true) addEventHandler('g_Add',root, function ( g_Name ) if isElement ( g_Image ) then destroyElement ( g_Image ) g_Image = nil end; if isElement ( g_Label ) then destroyElement ( g_Label ) g_Label = nil end; g_Image = guiCreateStaticImage ( 0.8, 0.0, 0.3, 0.03, "bg.png",true ); g_Label = dxDrawText("Player"...getPlayerName" has joined the game.", 20, 247, 792, 329, tocolor(15, 217, 0, 255), 5.00, "default-bold", "left", "top", false, false, true, false, false) end );
  4. You can't use hex colors with label color do it using : dxDrawText + onClientRender To draw the text ! Ou, i dont know work with dx >.<
  5. Ah... ..... Now i have: Player #ff0000NoXe has joined the game. I want: Player NoXe has joined the game.
  6. Eh, ye but...i want this color in name...Not hex
  7. And....How i can create "guiCreateLabel" with color ?...I mean...Now it is: Player #ffffffXXX has joined the game. And i want only Player XXX(white color) has joined the game. Can i this ?
  8. Ou f*ck... xDDDDDDDDDDDDDDDDDD I´m stupid.... Thank you...Now work
  9. Yea, i changed it... meta: >author="noxes" type="script" /> ="script_c.lua" type="client" />="script_s.lua" type="server" /> >
  10. Nope, i tested it with onPlayerLogin..
  11. You know that it will only show for all players except for the player that joined right? so you need at least two players to test it. No, because it dont have timer O_O
  12. Hi, this is my second script. I wanna make a join quit with image, but, don´t work, idk why..Please help.. script_c.lua addEvent ("join", true) function join () guiCreateStaticImage ( 0.7, 0.1, 0.2, 0.1, "bg.png" ) guiCreateLabel ( 0.7, 0.1, 0.2, 0.1, "Player"..getPlayerName"has joined the game." ) end addEventHandler("join", getRootElement(), join) script_s.lua addEventHandler("onPlayerJoin", root, function() triggerClientEvent("join", getRootElement(), source) end) It´s only start...
×
×
  • Create New...