![]() |
page system - Printable Version +- SphereCommunity (https://forum.spherecommunity.net) +-- Forum: Sphere 0.56d (/Forum-Sphere-0-56d) +--- Forum: Script Help (/Forum-Script-Help) +--- Thread: page system (/Thread-page-system--3281) |
page system - aptillah - 02-26-2014 05:28 AM hi i have page system but its have error elseif (strmatch('<uid.<tag0.pg_answer>.cont.uid>','<var.pg_box>')) in this lane (page.scp,144)Undefined symbol 'cont' RE: page system - Avatar - 02-26-2014 05:50 AM ref1=<tag0.pg_answer> ref2=<ref1.cont.uid> elseif (strmatch('<ref2.uid>,'<var.pg_box>')) Change like that. Suppose to work. If not, there is no such item that has cont. RE: page system - JohnVeritas - 02-26-2014 05:51 AM They can't help you in that way. You have to share whoole script, but you dont need it too. Add i_page_box in game then took it's serial with info, write that serial to the page.scp there are 2 lines check page box's uid there. Then your page problem will be solved. RE: page system - aptillah - 02-26-2014 08:54 PM Script link: http://pastebin.com/mPq67ywF system is workingso good but when i write .pg its give this error page.scp,144)Undefined symbol 'cont' elseif (strmatch('<uid.<tag.pg_answer>.cont.uid>','<var.pg_box>')) this lane RE: page system - aptillah - 03-03-2014 08:41 AM anybody help me ? RE: page system - XuN - 03-03-2014 05:31 PM (02-26-2014 05:51 AM)JohnVeritas Wrote: They can't help you in that way. You have to share whoole script, but you dont need it too. Add i_page_box in game then took it's serial with info, write that serial to the page.scp there are 2 lines check page box's uid there. Then your page problem will be solved. |