Jump to content

Karuzo

Members
  • Posts

    1,213
  • Joined

  • Last visited

Everything posted by Karuzo

  1. Karuzo

    DELETE

    I think he means the nametags. If so , please tell us which nametag script you have .
  2. Karuzo

    [Help]

    You can't use onClientGUIClick since as the name says its onCLIENTGuiClick and just a Client Event. As i said you have to trigger from the client to the server. triggerServerEvent --and addEvent addEventHandler
  3. Karuzo

    [Help]

    Could you please explain what doesn't work? But i think you mean the addEventHandler. Well you have to trigger to the server.
  4. Karuzo

    Music

    Just check if sound is an element and then destroy it. if isElement(sound) == true then destroyElement(sound) end
  5. As the two guys above me said, use setWeaponProperty with the max_ammo property.
  6. Karuzo

    Music

    Just check if theres another music streaming and than destroy the element or stop the sound.
  7. You made a Typo in (localPlayerName) since it's still in the string it will output (localPlayerName) only.
  8. I didn't say Simple is bad. Infact i love simple things, that's why i love Flat UI Styles, cuz they were simple. But if Deepu thinks that he reached an achievement or smth like that cuz he made a Radio Controlled toy and can be an a**hole , well you know what it is.
  9. Karuzo

    Help needed

    Yeah and now you're getting the element data client-side and put it in the label.
  10. You're using serverside functions in clientside scripts, that won't work.
  11. That' just my opinion buddy, didn't wanted to be rude.
  12. Karuzo

    Help needed

    Trigger it or use Element Datas.
  13. Yeah, i think i got now what i need. Thanks.
  14. Ah, perfect that's what i searched for . And what about the NOT NULL ? is this correct: db_connect(connect,ALTER .... x INT NOT NULL) ?
  15. Karuzo

    Help needed

    How do you mean that ? If you mean that the dx should be on the back and the gui labels on front: --just think it's like in photoshop with layers, and the background has to be created first so the labels are created after it. dxDrawRectangle(args..) guiCreateLabel(....)
  16. Hey Guys, I wanted to know how i can add columns to an existing table, and specify their data-type. but only if the columns don't exist. and what bout NOT NULL ? How would i add that to the datatype ? Like : x INT NOT NULL, ? Regards, KRZO.
  17. Karuzo

    Question

    You could edit the Modloader from xXMADEXx.
  18. You won't find a scripter for free, since nearly everyone has his own project and for a completely race gamemode , ah, im pretty sure you won't find one.
×
×
  • Create New...