Skip to content

Commit

Permalink
1.9d
Browse files Browse the repository at this point in the history
  • Loading branch information
Crayder committed Feb 20, 2018
1 parent 3e932e5 commit 3ce2cd2
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
Binary file modified filterscripts/tstudio.amx
Binary file not shown.
4 changes: 2 additions & 2 deletions 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.9c by [uL]Pottus and Crayder
Texture Studio v1.9d 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 Expand Up @@ -199,7 +199,7 @@ Change Log:
- Minor: 0.X0 (# 1-10)
- Patch: 0.0X (Letter a-z, not A-Z)
*/
#define TS_VERSION (0x0001090c)
#define TS_VERSION (0x00010904)

#define FILTERSCRIPT

Expand Down
Binary file modified gamemodes/bare.amx
Binary file not shown.
2 changes: 1 addition & 1 deletion gamemodes/bare.pwn
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public OnPlayerRequestClass(playerid, classid)

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

0 comments on commit 3ce2cd2

Please sign in to comment.