Jump to content

Blizz09

Members
  • Posts

    3
  • Joined

  • Last visited

Details

  • Gang
    LOL

Blizz09'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. Problem Solved. But my Plate has no Collision and no Texture.. Does anyone no why? Code: function LoadPlate() txd = engineLoadTXD ( "Big_Plate.txd" ) engineImportTXD ( txd_floors, 3781 ) col = engineLoadCOL ( "Big_Plate.col" ) dff = engineLoadDFF ( "Big_Plate.dff", 0 ) engineReplaceCOL ( col, 3781 ) engineReplaceModel ( dff, 3781 ) end addEventHandler("onClientResourceStart", getResourceRootElement(getThisResource()), LoadPlate)
×
×
  • Create New...