
22.04.2010, 17:33
|
|
Постоянный
Регистрация: 30.08.2005
Сообщений: 730
С нами:
10892546
Репутация:
2274
|
|
И снова здравствуйте
if (isGame AND userID > 0) then
говорит
Operator not applicable to this operand type
isGame = boolean
userID = integer
=========
разобрался
if (isGame) AND (userID > 0) then
|
|
|