(01-16-2016, 03:21 AM)ThuGie Wrote: Is it not 0-3 ? instead 1-4 ?
As far as I know, lua starts counting from 1. It does not work even when I change it to 3.
(01-16-2016, 04:06 AM)NiLSPACE Wrote: Try this:
local IsValid, Line1, Line2, Line3, Line4 = World:GetSignLines(PosX, PosY, PosZ)
This works! Tahnk you very much.
My code:
local IsValid, Line1, Line2, Line3, Line4 = Player:GetWorld():GetSignLines(BlockX, BlockY, BlockZ)