![]() |
SetSignLines does not work - Printable Version +- Cuberite Forum (https://forum.cuberite.org) +-- Forum: Plugins (https://forum.cuberite.org/forum-1.html) +--- Forum: Plugin Discussion (https://forum.cuberite.org/forum-8.html) +--- Thread: SetSignLines does not work (/thread-2319.html) Pages:
1
2
|
RE: SetSignLines does not work - nixi - 01-21-2016 (01-16-2016, 06:54 AM)xoft Wrote: Ahele, se stim smiř? Hus, jeď do Kosntice jim to vysvjetlit ![]() RE: SetSignLines does not work - Dredd - 03-16-2025 In API: SetSignLines(BlockX,BlockY,BlockZ,Line1,Line2,Line3,Line4,Player) if isset "Player" then i get error "to many arguments". if there is no "player", the function works fine, but my another function not work... if i place sign with "[stats]" in first line, all work, but i klick on sign, function "OnSignUpdate" not getting "Player" and send error. if i added "Player" in function "SetSignLines", i get error "to many arguments" in function "SetSignLines"... How do? my code: Code: function OnSignUpdate(World, BlockX, BlockY, BlockZ, Line1, Line2, Line3, Line4, Player) |