Problem with CreateDynamicPickup
#1

Hello everybody, i have a weird issue on my hands right now. So i have a line like this:
Код:
	HouseInteriors[i][intPickup] = CreateDynamicPickup(1318, 1, HouseInteriors[i][intX], HouseInteriors[i][intY], HouseInteriors[i][intZ], .interiorid = HouseInteriors[i][intID]);
errors i get:
Код:
FunZoneLT\filterscripts\ADMINAS.pwn(3525) : error 017: undefined symbol "interiorid"
FunZoneLT\filterscripts\ADMINAS.pwn(3525) : warning 215: expression has no effect
FunZoneLT\filterscripts\ADMINAS.pwn(3525) : error 001: expected token: ";", but found ")"
FunZoneLT\filterscripts\ADMINAS.pwn(3525) : error 029: invalid expression, assumed zero
FunZoneLT\filterscripts\ADMINAS.pwn(3525) : fatal error 107: too many error messages on one line
While this line for CreateDynamic3DTextLabel works beautifully and does not get me errors: (same thing is used with .interiord):

Код:
HouseInteriors[i][intLabel] = CreateDynamic3DTextLabel("Iseiti is namo", 0xE67E22FF, HouseInteriors[i][intX], HouseInteriors[i][intY], HouseInteriors[i][intZ]+0.35, 10.0, .testlos = 1, .interiorid = HouseInteriors[i][intID]);
Does anyone have an idea, why its giving me an error Thank you.
Reply


Messages In This Thread
Problem with CreateDynamicPickup - by Type-R - 19.03.2017, 16:22
Re: Problem with CreateDynamicPickup - by Luis- - 19.03.2017, 16:24
Re: Problem with CreateDynamicPickup - by Type-R - 19.03.2017, 16:27
Re: Problem with CreateDynamicPickup - by Luis- - 19.03.2017, 16:29
Re: Problem with CreateDynamicPickup - by dakata994 - 19.03.2017, 16:36

Forum Jump:


Users browsing this thread: 1 Guest(s)