SA-MP Forums Archive
3d text - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: 3d text (/showthread.php?tid=130942)



3d text - geerdinho8 - 28.02.2010

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!!!


Re: 3d text - MadeMan - 28.02.2010

Are you using 0.3 includes?


Re: 3d text - TheNotorius - 01.03.2010

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