Jump to content

Riddy

Members
  • Posts

    4
  • Joined

  • Last visited

Details

  • Gang
    Your moms

Riddy's Achievements

Vic

Vic (3/54)

0

Reputation

  1. That didnt work..
  2. I'll try that, thanks for the reply
  3. It says Attempt to call global 'addCommandHandler' (a nil value)
  4. function GivePlayerItem(player, item, amount) local playerID = GetPlayerFromName(player) if(playerID == true) then setElementData(playerID,item,amount) else outputChatbox("The name is invalid", player); end end addCommandHandler ( "createvehicle", GivePlayerItem ) Whats wrong? It gives me that, global thing mejic
×
×
  • Create New...