Skip to content

Commit 3ce2cd2

Browse files
committed
1.9d
1 parent 3e932e5 commit 3ce2cd2

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

filterscripts/tstudio.amx

0 Bytes
Binary file not shown.

filterscripts/tstudio.pwn

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ DDDDDDDDDDID~DDDDDDDD.O.,D8..$..?... DD8Z...8.Z:,?...7I.
2626
| |/ _ \ \/ / __| | | | '__/ _ \ \___ \| __| | | |/ _` | |/ _ \
2727
| | __/> <| |_| |_| | | | __/ ____) | |_| |_| | (_| | | (_) |
2828
|_|\___/_/\_\\__|\__,_|_| \___| |_____/ \__|\__,_|\__,_|_|\___/
29-
Texture Studio v1.9c by [uL]Pottus and Crayder
29+
Texture Studio v1.9d by [uL]Pottus and Crayder
3030
3131
You may modify and re-release this this script if you please just rememeber the
3232
mule who built it!
@@ -199,7 +199,7 @@ Change Log:
199199
- Minor: 0.X0 (# 1-10)
200200
- Patch: 0.0X (Letter a-z, not A-Z)
201201
*/
202-
#define TS_VERSION (0x0001090c)
202+
#define TS_VERSION (0x00010904)
203203

204204
#define FILTERSCRIPT
205205

gamemodes/bare.amx

0 Bytes
Binary file not shown.

gamemodes/bare.pwn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ public OnPlayerRequestClass(playerid, classid)
2727

2828
public OnPlayerConnect(playerid)
2929
{
30-
GameTextForPlayer(playerid,"~r~T~w~exture ~r~S~w~tudio ~b~1.9~g~c",5000,5);
30+
GameTextForPlayer(playerid,"~r~T~w~exture ~r~S~w~tudio ~b~1.9~g~d",5000,5);
3131
JustConnected[playerid] = true;
3232
return 1;
3333
}

0 commit comments

Comments
 (0)