diff --git a/filterscripts/tstudio.amx b/filterscripts/tstudio.amx index eac944a..0d16663 100644 Binary files a/filterscripts/tstudio.amx and b/filterscripts/tstudio.amx differ diff --git a/filterscripts/tstudio.pwn b/filterscripts/tstudio.pwn index 1f967cd..0565329 100644 --- a/filterscripts/tstudio.pwn +++ b/filterscripts/tstudio.pwn @@ -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! @@ -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 diff --git a/gamemodes/bare.amx b/gamemodes/bare.amx index e2ea889..b883389 100644 Binary files a/gamemodes/bare.amx and b/gamemodes/bare.amx differ diff --git a/gamemodes/bare.pwn b/gamemodes/bare.pwn index 6b24140..5915f16 100644 --- a/gamemodes/bare.pwn +++ b/gamemodes/bare.pwn @@ -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; }