Jump to content

Hzarein56

Members
  • Posts

    3
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Hzarein56'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. Thank you for your help @Burak5312
  2. Hello, I wrote a resource to change playerstats along with time, but it gives an error Error details: gym\server.lua:386: Bad argument @ 'getPedStat' [Expected ped at argument 1, got nil] gym\server.lua:386: attempt to perform arithmetic on a boolean value function Kamshodan(theplayer) setTimer(function() setPedStat(thePlayer, 23, getPedStat ( thePlayer, 23 ) - 2) setPedStat(thePlayer, 22, getPedStat ( thePlayer, 22 ) + 2) end, 3600, 1, thePlayer) end addEventHandler ('onResourceStart', getRootElement(), Kamshodan) can you help me?
  3. Hello, I wrote a resource to change playerstats along with time, but it gives an error Error details: gym\server.lua:386: Bad argument @ 'getPedStat' [Expected ped at argument 1, got nil] gym\server.lua:386: attempt to perform arithmetic on a boolean value function Kamshodan(theplayer) setTimer(function() setPedStat(thePlayer, 23, getPedStat ( thePlayer, 23 ) - 2) setPedStat(thePlayer, 22, getPedStat ( thePlayer, 22 ) + 2) end, 3600, 1, thePlayer) end addEventHandler ('onResourceStart', getRootElement(), Kamshodan) can you help me?
×
×
  • Create New...