PtokaX forum

Archive => Archived 4.0 boards => Finished Lua 4 scripts => Topic started by: lashek on 01 January, 2005, 23:07:58

Title: polish lua scripts
Post by: lashek on 01 January, 2005, 23:07:58
Add polish lua scripts! ;]

Dodawajcie polskie skrypty lua dla PtokaX.
Title:
Post by: lashek on 01 January, 2005, 23:09:14
Lub tez i przerobione skrypty lua i inne. ;]
Title:
Post by: bastya_elvtars on 01 January, 2005, 23:21:04
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.
Title:
Post by: bastya_elvtars on 02 January, 2005, 01:16:13
function revrse(string)
local msg=""
for a=strlen(string),1,-1 do
msg=msg..(strsub(string,a,a))
end return msg
end