3d text
#1

I got this error:

Код:
C:\Documents and Settings\Eigenaar\Bureaublad\LVRPG\gamemodes\lvrpg1.pwn(25114) : error 017: undefined symbol "Create3DTextLabel"
This is the script:

Код:
				for(new h = 0; h < sizeof(HouseInfo); h++)
				{
					if(IsAGarbageTruck(tmpcar) && PlayerToPoint(10.0, i, HouseInfo[h][hEntrancex], HouseInfo[h][hEntrancey], HouseInfo[h][hEntrancez]))
					{
						format(string, sizeof(string), "~w~House owned by~n~~r~%s~n~Garbage : ~b~%d",HouseInfo[h][hOwner],HouseInfo[h][hGarbage]);
						GameTextForPlayer(i, string, 5000, 3);
		  			Create3DTextLabel(string,0x21DD00FF,HouseInfo[h][hEntrancex], HouseInfo[h][hEntrancey], HouseInfo[h][hEntrancez],40.0,0);

						return 1;
					}
				}
BTW THIS IS PENLS!!!
Reply


Messages In This Thread
3d text - by geerdinho8 - 28.02.2010, 21:40
Re: 3d text - by MadeMan - 28.02.2010, 22:13
Re: 3d text - by TheNotorius - 01.03.2010, 00:03

Forum Jump:


Users browsing this thread: 2 Guest(s)