08.08.2010, 11:42
(
Last edited by RyDeR`; 13/09/2011 at 09:58 PM.
Reason: Update 0.3d
)
Foreword
A lot people were interested in this so I actually decided to finally release it as first on this forum. You can basically chat with a voice (using TTS Server from ******) in-game.
Basic Features
- Following languages supported:
- Quickly switching to other languages or disabling using one dialog.
- Uses one simple command: "/language".
- The voice will only play for you and the nearest players around you.
- Want to see more? Check out the video.
Video
[ame]http://www.youtube.com/watch?v=hI5yKAOXmL4[/ame]
Old video but system is basically still the same.
Download
- New version (0.3d) - No plugins need - Mirror: Pastebin
- Old version - Using Incognito's Audio Plugin - Mirror: Solidfiles
Notes
- A basic anti-spam system is recommended (add before the voice function is called):
- Do not forget to use /language first. Otherwise you won't hear anything cause you didn't select a language.
A lot people were interested in this so I actually decided to finally release it as first on this forum. You can basically chat with a voice (using TTS Server from ******) in-game.
Basic Features
- Following languages supported:
Code:
English Turkish Croatian African Albanian Armenian Azerbaijani Catalonian Traditional Chinese Simplified Chinese Danish German Finnish French Greek Haitian Creole Hindu Hungarian Icelandic Indonesian Italian Latvian Macedonian Dutch Norwegian Polish Portuguese Romanian Russian Serbian Slovak Spannish Swahili Czech Vietnamese Welsh Swedisch
- Uses one simple command: "/language".
- The voice will only play for you and the nearest players around you.
- Want to see more? Check out the video.
Video
[ame]http://www.youtube.com/watch?v=hI5yKAOXmL4[/ame]
Old video but system is basically still the same.
Download
- New version (0.3d) - No plugins need - Mirror: Pastebin
- Old version - Using Incognito's Audio Plugin - Mirror: Solidfiles
Notes
- A basic anti-spam system is recommended (add before the voice function is called):
Code:
#define CHAT_INTERVAL (3) if(GetPVarInt(playerid, "iSpamInterval") > GetTickCount()) return SendClientMessage(playerid, 0xFFFFBBBB, ">> [Anti-Spam] Wait 3 seconds before talking again."), 0; SetPVarInt(playerid, "iSpamInterval", GetTickCount() + CHAT_INTERVAL * 1000);