Problem on source

10/22/2017 20:28 darkesss#1
Hi.
I just put the Affect potions by Vegas and i have a little problem
I have a little problem at the compile for source
In char_affect:
if ((pkAff->dwType == pkAff_blend[0]) || (pkAff->dwType == pkAff_blend[1]) || (pkAff->dwType == pkAff_blend[2]) ||
(pkAff->dwType == pkAff_blend[3]) || (pkAff->dwType == pkAff_blend[4]) || (pkAff->dwType == pkAff_blend[5]))
In char_item:
for (int i = 0; i < _countof(listVnums); i++)
and
if (item->GetVnum() == listVnums[i])
The compilator says that around here i have a problem
But the system it`s working perfectly
10/23/2017 15:20 Jinbei#2
#moved
11/01/2017 18:30 נσνα#3
try quoting the whole function here, or maybe a screenshot. just to make sure of all tabs and the thing together..