Jump to content

Riddy

Members
  • Posts

    4
  • Joined

  • Last visited

Details

  • Gang
    Your moms

Riddy's Achievements

Vic

Vic (3/54)

0

Reputation

  1. I'll try that, thanks for the reply
  2. It says Attempt to call global 'addCommandHandler' (a nil value)
  3. 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...