20.12.2009, 04:28
ok i have made some NPC's and would like to add a 3Dtextlabel to them and it isnt working, i get my driver with NO plane standing out side driving school
and for some reason isnt working could you please help me
Код:
else if(!strcmp(playername,"Beagle",true)) { new Text3D:Beagle = Create3DTextLabel("Beagledriver(ID:0)",COLOR_GREEN,30.0,40.0,50.0,40.0,0); Attach3DTextLabelToVehicle(playerid, Beagle, 0, 0, 5); SetSpawnInfo(playerid,0,255,1958.33, 1343.12, 15.36, 269.15, 0, 0, 0, 0, 0, 0 ); PutPlayerInVehicle(playerid, Beagle, 0); } return 1; }
![Sad](images/smilies/sad.gif)