hy guys i made !forum cmd in different language becuz every people have their country language so i add many language in !forum cmd that people see there country language and uderstand what i want to say them so take this cmd
else if ( strcmp( cmd, "!forum", true ) == 0 )
{
if ( !IsLoggedIn( playerid ) ) SendClientMessage( playerid, COLOR_RED, "Please log-in to your account." );
else
{
SendClientMessage( playerid, COLOR_GREEN, "[English]Register on this website www.bsgclan.smffy.com" );
SendClientMessage( playerid, COLOR_GREEN, "[Espanol]Registrarse en este sitio web www.bsgclan.smffy.com" );
SendClientMessage( playerid, COLOR_GREEN, "[Portugues]Registre se neste site www.bsgclan.smffy.com" );
SendClientMessage( playerid, COLOR_GREEN, "[France]Inscrivez vous sur ce site Web www.bsgclan.smffy.com" );
SendClientMessage( playerid, COLOR_GREEN, "[Vietnam]dang ky tren trang Web nay www.bsgclan.smffy.com" );
SendClientMessage( playerid, COLOR_GREEN, "[Turkey]Bu Web Sitesinde Kayit www.bsgclan.smffy.com" );
SendClientMessage( playerid, COLOR_GREEN, "[Italian]Registrati su questo sito www.bsgclan.smffy.com" );
SendClientMessage( playerid, COLOR_GREEN, "[Latin]Subcriptio in hoc Website www.bsgclan.smffy.com" );
SendClientMessage( playerid, COLOR_GREEN, "[Swedish]Registrera dig pa denna webbplats www.bsgclan.smffy.com" );
}
return 1;
}
i know this is simple cmd but i take 10 mins to Make it
Credits goes to Google Translator and me