Wow, this is sad.
Find the line in your code like this:
PHP Code:
new AddValue[33]
then change it to:
PHP Code:
new Float:AddValue[33]
Similarly with g_money_used[33] you probably need to add
bool:
Quote:
Originally Posted by wrecked_
PHP Code:
new Float:AddValue[33]
Float:AddValue[id] = str_to_float(property) + playerMoney[id];
|
You shouldn't need to retag the variable
AddValue
Oh, and playerMoney should be a Float also.
__________________