[Plugin] Lua in SAMP (alpha)
#22

New version is now public.You can export functions now.For example;
test.lua:
pawn Код:
function IsValidAge(_match_str)
    if (not tonumber(_match_str)) then return false; end
    return tonumber(_match_str)>7 and tonumber(_match_str) <= 125;
end
export("IsValidAge",IsValidAge);
test2.lua
pawn Код:
exports.test:IsValidAge(21);
// or
call("CAccount", "IsValidAge", 21);
Like this,
The first string in export, what's the function name to export other scripts
Second parameter is which function..
Reply


Messages In This Thread
Lua in SAMP (alpha) - by Rancho - 18.08.2012, 14:50
Re: Lua in SAMP (alpha) - by xSiiLenTx - 18.08.2012, 14:53
Re: Lua in SAMP (alpha) - by ipsBruno - 18.08.2012, 15:03
Re: Lua in SAMP (alpha) - by RanSEE - 18.08.2012, 15:07
Re: Lua in SAMP (alpha) - by davve95 - 18.08.2012, 15:20
Re: Lua in SAMP (alpha) - by MegadreamsBE - 18.08.2012, 16:11
Re: Lua in SAMP (alpha) - by [DOG]irinel1996 - 18.08.2012, 16:31
Re: Lua in SAMP (alpha) - by MegadreamsBE - 18.08.2012, 16:41
Re: Lua in SAMP (alpha) - by Rancho - 18.08.2012, 16:41
Re: Lua in SAMP (alpha) - by MegadreamsBE - 18.08.2012, 16:55
Re: Lua in SAMP (alpha) - by Baboon - 18.08.2012, 17:06
Re: Lua in SAMP (alpha) - by MegadreamsBE - 18.08.2012, 17:08
Re: Lua in SAMP (alpha) - by Rancho - 18.08.2012, 19:08
Re: Lua in SAMP (alpha) - by Rancho - 18.08.2012, 19:18
Re: Lua in SAMP (alpha) - by Arca - 18.08.2012, 19:19
Re: Lua in SAMP (alpha) - by TheArcher - 18.08.2012, 19:27
Re: Lua in SAMP (alpha) - by Arca - 18.08.2012, 19:47
Re: Lua in SAMP (alpha) - by Rancho - 18.08.2012, 19:52
Re: Lua in SAMP (alpha) - by Arca - 18.08.2012, 19:53
Re: Lua in SAMP (alpha) - by Rancho - 18.08.2012, 19:58
Re: Lua in SAMP (alpha) - by Rancho - 19.08.2012, 12:53
Re: Lua in SAMP (alpha) - by Rancho - 20.08.2012, 09:57
Re: Lua in SAMP (alpha) - by Optimus_Sprite - 20.08.2012, 11:08
Re: Lua in SAMP (alpha) - by Rancho - 20.08.2012, 11:19
Re: Lua in SAMP (alpha) - by Arca - 20.08.2012, 19:44
Re: Lua in SAMP (alpha) - by Rancho - 21.08.2012, 07:13
Re: Lua in SAMP (alpha) - by Toni - 21.08.2012, 07:26
Re: Lua in SAMP (alpha) - by Rancho - 21.08.2012, 11:23
Respuesta: Lua in SAMP (alpha) - by Rancho - 21.08.2012, 13:19
Re: Lua in SAMP (alpha) - by Arca - 22.08.2012, 19:16

Forum Jump:


Users browsing this thread: 2 Guest(s)