Skip to content

Commit

Permalink
Changing the range value of model IDs on AddCharModel (#819)
Browse files Browse the repository at this point in the history
* warning message on model id 20000

* Nvm, 20000 id is omp bug

* slot size

* dots on numbers

* pt-BR dont use dots on numbers > 1000

* It looks like a float number.
  • Loading branch information
pushline authored Jan 9, 2024
1 parent 4a780a6 commit 09db433
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/scripting/functions/AddCharModel.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Adds a new custom character model for download. The model files will be stored i
| Name | Description |
| ------- | -------------------------------------------------------------------------------------------------------------- |
| baseid | The base skin model ID to use (behavior of the character & original character to use when download is failed). |
| newid | The new skin model ID ranged from 20000 to 30000 (10000 slots) to be used later with SetPlayerSkin |
| newid | The new skin model ID ranged from 20001 to 30000 (10000 slots) to be used later with SetPlayerSkin |
| dffname | Name of the .dff model collision file located in models server folder by default (artpath setting). |
| txdname | Name of the .txd model texture file located in models server folder by default (artpath setting). |

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Adiciona um novo modelo de personagem personalizado para download. Os arquivos d
| Nome | Descrição |
| ------- | -------------------------------------------------------------------------------------------------------------------------- |
| baseid | O ID do modelo da skin original a ser usado como base (personagens originais são usados caso o download falhar). |
| newid | O ID do modelo da nova skin. Varia entre 20.000 a 30000 (10.000 slots) para serem usados posteriormente com SetPlayerSkin. |
| newid | O ID do modelo da nova skin. Varia entre 20001 a 30000 (10000 slots) para serem usados posteriormente com SetPlayerSkin. |
| dffname | Nome do arquivo de extensão .dff localizado na pasta do servidor de modelos por padrão (configuração artpath). |
| txdname | Nome do arquivo de textura de extensão .txd localizado na pasta do servidor de modelos por padrão (configuração artpath). |

Expand Down

0 comments on commit 09db433

Please sign in to comment.