14.05.2014, 12:15
"item" is a defined symbol and it's a parameter of GivePlayerItem function. By declaring "item" as a new variable will give you the warnings.
If you want to store the value of a random amount to a variable, then use another name other than "item" for it.
If you want to store the value of a random amount to a variable, then use another name other than "item" for it.