Jump to content

PandaTV

Members
  • Posts

    3
  • Joined

  • Last visited

PandaTV's Achievements

I ordered some spaghetti with marinara sauce and I got egg noodles and ketchup. I'm an average nobody.

I ordered some spaghetti with marinara sauce and I got egg noodles and ketchup. I'm an average nobody. (2/54)

0

Reputation

  1. PandaTV

    Creating accounts

    I can't use /register command nor creating accounts on my server. I re-uploaded admin resource, nothing happened. Anyone?
  2. Thank you very much! One more thing, can you show me an example of making the dxDrawText in that way: first letter of word is white and the rest of text is orange. (color-coded)
  3. So, I want to create a timer to dxDrawText, but I really don't know how. I know it's easy, but what the fuck, really .I am mad. function panda() if not x then local screenWidth, screenHeight = guiGetScreenSize() function createText ( ) dxDrawText( "Panda is awesome.", 44, screenHeight-43, screenWidth, screenHeight, tocolor ( 111, 155, 0, 255 ), 1, "bankgothic" ) setTimer(removeEventHandler, 2500, 1, "onClientRender", root, createText) end addEventHandler("onClientRender",root, createText) Can anyone help me? the current setTimer doesn't work\remove the text.
×
×
  • Create New...