Add polish lua scripts! ;]
Dodawajcie polskie skrypty lua dla PtokaX.
Lub tez i przerobione skrypty lua i inne. ;]
QuoteOriginally posted by lashek
Lub tez i przerobione skrypty lua i inne. ;]
ford?tsd le magadnak valami szerkesztőprogrammal. :D
use an editor program to translate them.
function revrse(string)
local msg=""
for a=strlen(string),1,-1 do
msg=msg..(strsub(string,a,a))
end return msg
end