VORPCORE / vorp_weaponsv2

vorp_weaponsv2 aka syn weapons
8 stars 29 forks source link

Error Buying weapons at store #37

Closed diogoratomas closed 7 months ago

diogoratomas commented 8 months ago

Captura de ecrã 2024-01-14 180959 It says i don't have enough money Already updated server.lua

NikitoGOT commented 7 months ago

im have same error

outsider31000 commented 7 months ago

use the one from premade for now I need to have a look at this when I find the time

kochsteven4 commented 7 months ago

Here is the issue line 328 if money < itemprice then need to change to if money > itemprice then

Hope that helps

outsider31000 commented 7 months ago

fixed