Skip to content

Commit

Permalink
Version 1.9c
Browse files Browse the repository at this point in the history
- Update and restructure /thelp
- Fix webcolors string length
- Support viewing all texture results (instead of just 100 like before) in /tsearch
- Add /gsel and /csel controls info to /thelp and the commands, with flymode info
- Automatically raise the max streamed objects to 1500 when using 0.3.DL
- Add /rremobject, the range and model alternative to /remobject
- Fix attached vehicle objects exporting
- Add /avclone for attached object cloning
  • Loading branch information
Crayder committed Feb 13, 2018
1 parent eb8bff7 commit 72cffe2
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 3 deletions.
Binary file modified filterscripts/tstudio.amx
Binary file not shown.
2 changes: 1 addition & 1 deletion filterscripts/tstudio.pwn
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ DDDDDDDDDDID~DDDDDDDD.O.,D8..$..?... DD8Z...8.Z:,?...7I.
| |/ _ \ \/ / __| | | | '__/ _ \ \___ \| __| | | |/ _` | |/ _ \
| | __/> <| |_| |_| | | | __/ ____) | |_| |_| | (_| | | (_) |
|_|\___/_/\_\\__|\__,_|_| \___| |_____/ \__|\__,_|\__,_|_|\___/
Texture Studio v1.9 by [uL]Pottus and Crayder
Texture Studio v1.9c by [uL]Pottus and Crayder
You may modify and re-release this this script if you please just rememeber the
mule who built it!
Expand Down
1 change: 1 addition & 0 deletions filterscripts/tstudio/helpcmd.pwn
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@ new Commands[][COMMAND_INFO] = {
{7, 0, "avexport"},
{7, 0, "avexportall"},

{7, 8, "avclone"},
{7, 8, "avattach"},
{7, 8, "avdetach"},
{7, 8, "avox"},
Expand Down
Binary file modified gamemodes/bare.amx
Binary file not shown.
4 changes: 2 additions & 2 deletions gamemodes/bare.pwn
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,14 @@ public OnPlayerRequestClass(playerid, classid)

public OnPlayerConnect(playerid)
{
GameTextForPlayer(playerid,"~r~T~w~exture ~r~S~w~tudio ~b~1.9",5000,5);
GameTextForPlayer(playerid,"~r~T~w~exture ~r~S~w~tudio ~b~1.9~g~c",5000,5);
JustConnected[playerid] = true;
return 1;
}

public OnGameModeInit()
{
SetGameModeText("TS 1.9");
SetGameModeText("TS 1.9c");
UsePlayerPedAnims();

AddPlayerClass(265,1958.3783,1343.1572,15.3746,270.1425,0,0,0,0,-1,-1);
Expand Down

0 comments on commit 72cffe2

Please sign in to comment.