13.05.2010, 22:58
https://sampwiki.blast.hk/wiki/SetPlayerScore
SetPlayerScore expects an integer to be passed as a parameter. Without looking at your code one can already expect tmp to be a string.
Simply convert it to an integer when calling the function.
In general: Try to read from the errors, this case was more than obvious.
SetPlayerScore expects an integer to be passed as a parameter. Without looking at your code one can already expect tmp to be a string.
Simply convert it to an integer when calling the function.
In general: Try to read from the errors, this case was more than obvious.