cache_get_field_content_int - no active cache
#7

Quote:
Originally Posted by introzen
View Post
Well, my money will be on the dots in your arguments. You define an argument by inserting a variable or a value. There's no need to define what argument you want to set since that's decided by the commas.. So,
pawn Code:
HouseLabel[i] = CreateDynamic3DTextLabel(string, COLOR_LIGHTBLUE, HouseInfo[i][HouseExteriorX], HouseInfo[i][HouseExteriorY], HouseInfo[i][HouseExteriorZ]+1, 10.0, .testlos = 0, .worldid = HouseInfo[i][HouseExteriorVW], .interiorid = HouseInfo[i][HouseExteriorInt]);
would have to be
pawn Code:
HouseLabel[i] = CreateDynamic3DTextLabel(string, COLOR_LIGHTBLUE, HouseInfo[i][HouseExteriorX], HouseInfo[i][HouseExteriorY], HouseInfo[i][HouseExteriorZ]+1, 10.0, 0, HouseInfo[i][HouseExteriorVW], HouseInfo[i][HouseExteriorInt]);
And then do the same to the two dynamic pickups.
Still not working
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)