Why does this script doesn't work
Im new to Lua scripting, im trying to find any kind of exploit on this DarkRP server im playing on, i used scripthook and found this code on server, tried to execute it i get this error:
this is the code:
[ERROR] init.lua:3: attempt to index global 'ply' (a nil value)
Code:
net.Start("_XMASPopUp")
local cash = math.random(1000,10000)
ply:AddMoney(cash)
net.WriteString("You got $" .. tostring(cash) .. " Enjoy!")
net.WriteString("models/props/cs_assault/Money.mdl")
net.Send(ply)
