28.02.2010, 21:40
I got this error:
This is the script:
BTW THIS IS PENLS!!!
Код:
C:\Documents and Settings\Eigenaar\Bureaublad\LVRPG\gamemodes\lvrpg1.pwn(25114) : error 017: undefined symbol "Create3DTextLabel"
Код:
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; } }