16.12.2017, 17:07
Quote:
|
Код:
new Text:txtSprite1;
txtSprite1 = TextDrawCreate(200.0, 220.0, "mdl-2010:yellowcabchev_256");//yellowcabchev_256 is in freightcrane1.txd
TextDrawFont(txtSprite1, 4); // Font ID 4 is the sprite draw font
TextDrawColor(txtSprite1,0xFFFFFFFF);
TextDrawTextSize(txtSprite1,200.0,200.0); // Text size is the Width:Height
TextDrawSetSelectable(txtSprite1, 1);
TextDrawShowForPlayer(playerid,txtSprite1);
|
Took the file from the RC version wallzzz.txd, wallzzz.dff. The model was successfully loaded when the server starts What is my reason?


