Help :D
#4

Quote:
Originally Posted by BluePlayBG
Посмотреть сообщение
Код:
	if !Inventory_HasItem(i, "Health Insurance")
		{
			GivePlayerMoney(i, -50);
		}
This error comes up:
Код:
error 001: expected token: "*then", but found "{"
I marked the things i added red.
You forgot to add a ( after if and you also forgot it to close with ) at the end.

Код:
if(!Inventory_HasItem(i, "Health Insurance"))
		{
			GivePlayerMoney(i, -50);
		}
Reply


Messages In This Thread
Help :D - by BluePlayBG - 11.01.2018, 11:58
Re: Help :D - by KyNe - 11.01.2018, 12:06
Re: Help :D - by iLearner - 11.01.2018, 12:37
Re: Help :D - by jasperschellekens - 11.01.2018, 12:38
Re: Help :D - by BluePlayBG - 11.01.2018, 16:16

Forum Jump:


Users browsing this thread: 1 Guest(s)