Author Topic: pointshop ulx  (Read 2161 times)

0 Members and 1 Guest are viewing this topic.

Offline matths1985

  • Newbie
  • *
  • Posts: 2
  • Karma: 0
pointshop ulx
« on: February 22, 2015, 04:47:17 AM »
ITEM.Name = 'VIP Terriens'
ITEM.Price = 1000
ITEM.Model = 'models/dog.mdl'

function ITEM:OnEquip( ply )
   RunConsoleCommand( "ulx", "tempadduserid", SteamID(), "vipterrien", "30 ", "user" )
end

when I create my her does not group all the items

Offline Zmaster

  • Full Member
  • ***
  • Posts: 235
  • Karma: 25
Re: pointshop ulx
« Reply #1 on: February 22, 2015, 07:39:49 AM »
For starters, you would have to use "ply:SteamID()" -- not just "SteamID()"

And I have no idea what this means:
"when I create my her does not group all the items"

Offline matths1985

  • Newbie
  • *
  • Posts: 2
  • Karma: 0
Re: pointshop ulx
« Reply #2 on: February 23, 2015, 01:28:20 PM »
this does not change, its still not working please.
need help

An Error Has Occurred!

array_keys(): Argument #1 ($array) must be of type array, null given