06.02.2015, 00:49
Integers aren't set like strings are. There shouldn't be any ' in the SET string(relating to the = expression).
Example:
Your code:
Proper code:
And as Sime30 stated, what is the purpose of updating when you can just insert all the needed data simple as?
Example:
Your code:
pawn Code:
`Slot` = '1'
pawn Code:
`Slot` = 1

