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
#2

Are you using 0.3 includes?
Reply
#3

It Will not Work Unless
You have Updated your server with the new 0.3 includes.
Reply


Forum Jump:


Users browsing this thread: 3 Guest(s)