I don't know if this is possible - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: I don't know if this is possible (
/showthread.php?tid=61988)
Re: I don't know if this is possible -
hamptonin - 17.01.2009
Quote:
Originally Posted by -=[Serbish
=- ]
Ahh, I didn't saw the Send"Player"MessageToAll.
Was to fast. 
|
Ok lol No Problem xD
Re: I don't know if this is possible -
godknightx - 08.03.2009
For hungarian users:
Код:
#define UpperToLower(%1) for ( new ToLowerChar; ToLowerChar < strlen( %1 ); ToLowerChar ++ ) if ( %1[ ToLowerChar ]> 64 && %1[ ToLowerChar ] < 91 || %1[ ToLowerChar ] == 193 || %1[ ToLowerChar ] == 201 || %1[ ToLowerChar ] == 205 || %1[ ToLowerChar ] == 211 || %1[ ToLowerChar ] == 214 || %1[ ToLowerChar ] == 213 || %1[ ToLowerChar ] == 218 || %1[ ToLowerChar ] == 220 || %1[ ToLowerChar ] == 219 ) %1[ ToLowerChar ] += 32
This is enable convert this characters: йнуцőъьű
(Hun: Ezzel a magyar nagybetűket is бt tudjбtok alakнtani: йнуцőъьű)