2020-10-01, 02:00 AM
Please help how can you can put the txd file in your server and can you give me the script how do i write it on my gamemode ? thanks... i'll rep you if helped
[Pawn] TXD File
|
2020-10-01, 02:00 AM
Please help how can you can put the txd file in your server and can you give me the script how do i write it on my gamemode ? thanks... i'll rep you if helped
2020-10-01, 02:23 AM
Actually you can. Download icons(pics) you think are compatible for SAMP from the internet, create a new .txd file by using TXDWorkshop, import the downloaded images to the new txd file by using TXDWorkshop, set the desired name for said icon, then save txd in //SA Folder//models//txd
For example purposes, let's say the txd file was named LD_CUSTOM, and the downloaded icon was named customsprite. In the code, you'll write LD_CUSTOM:customsprite https://www.open.mp/docs/scripting/resou...rawsprites PS: That's what I did, haven't tested it out yet, but if I did anything wrong the other helpers will help you out.
2020-10-01, 02:56 AM
no... all i need is for changing building texture not for textdraw is that possible ?
2020-10-01, 03:57 AM
https://www.open.mp/docs/scripting/funct...ctMaterial For material
https://www.open.mp/docs/scripting/funct...terialText Or use Texture studio
2020-10-01, 04:27 AM
thanks rep for you
|