- ComputerCraft | Programmable Computers for Minecraft
- → ikkeniet's Content
ikkeniet's Content
There have been 17 items by ikkeniet (Search limited from 10-February 22)
#63800 GAPS ?
Posted by
ikkeniet
on 24 December 2012 - 11:32 AM
in
General
Hello my name is ikkeniet and i got a idea
at the moment i got a server with a few players on it usualy 5 and i hear allot about the old gaps server so i wass thinking about combining the old gaps with my server so all the old admins and moderators come and play on my server and hope that all the old players join too but to know if this is an reasanable idea i realy want your input just reply to this topic if you would like to combine GAPS with my server so we can all be together again
greetings ikkeniet
at the moment i got a server with a few players on it usualy 5 and i hear allot about the old gaps server so i wass thinking about combining the old gaps with my server so all the old admins and moderators come and play on my server and hope that all the old players join too but to know if this is an reasanable idea i realy want your input just reply to this topic if you would like to combine GAPS with my server so we can all be together again
greetings ikkeniet
#58828 Rednet Event, this is how you use it?
Posted by
ikkeniet
on 12 December 2012 - 06:35 AM
in
Ask a Pro
try this
the id shut not be inbetween ""
function drawLines()
term.clear()
term.setCursorPos(1,1)
paintutils.drawLine(1, 10, 50, 10, 128)
end
rednet.open("right")
red1 = paintutils.loadImage("red")
green1 = paintutils.loadImage("green")
while true do
event, id, msg, dist = os.pullEvent("rednet_message")
print(id, msg, dist)
if id == 1 then
if msg == "green" then
drawLines()
paintutils.drawImage(green1, 25, 10)
elseif msg == "red" then
drawLines()
paintutils.drawImage(red1, 25, 10)
end
else
sleep(10)
drawLines()
end
end
the id shut not be inbetween ""
#58825 Rednet Event, this is how you use it?
Posted by
ikkeniet
on 12 December 2012 - 06:22 AM
in
Ask a Pro
kennyist, on 12 December 2012 - 06:04 AM, said:
With this:
At the moment im geting "paintutils:14: Expected string"
adding quotation marks onto the loadimage paramaters stops this, but then nothing shows up atall.
function drawLines()
term.clear()
term.setCursorPos(1,1)
paintutils.drawLine(1, 10, 50, 10, 128)
end
rednet.open("right")
red1 = paintutils.loadImage(red)
green1 = paintutils.loadImage(green)
while true do
emty, id, msg, dist = os.pullEvent("rednet_message")
print(id, msg, dist)
if id == "3" then
if msg == "green" then
drawLines()
paintutils.drawImage(green1, 25, 10)
else
drawLines()
paintutils.drawImage(red1, 25, 10)
end
else
drawLines()
end
end
At the moment im geting "paintutils:14: Expected string"
adding quotation marks onto the loadimage paramaters stops this, but then nothing shows up atall.
I c the problem you have to use red1 = paintutils.loadImage("red") with "" for a name
#47929 Error Mounting Computercraft/lua/rom
Posted by
ikkeniet
on 07 November 2012 - 12:51 PM
in
Ask a Pro
Doyle3694, on 05 November 2012 - 04:35 AM, said:
ikkeniet, this is a bit OT, but ppl will not take you serious with that many spelling issues
Cloudy, on 06 November 2012 - 12:29 AM, said:
ikkeniet, on 05 November 2012 - 03:29 AM, said:
thanks for calling me an idiot im just givving a posable ansor HE DOESNT HAVE TO LISTEN TO ME ITS JUST A SUGESTION (sorry for the capitals but this is what i think) <--- no need to call me an idiot thank you verry mutch
My justification: you gave incorrect advise based on a pure guess. The person you have help to will probably never come back here - he will think "ComputerCraft doesn't work on macs". Then further down the line, someone else may ask him how to get something working on the Mac - and he will tell them not to bother since it doesn't work on macs. Do you get my point? One piece of incorrect help here, based on pure guesswork, can have lasting repercussions.
I don't care if it makes me unpopular, but that's what I think.
Lyqyd, on 06 November 2012 - 06:49 AM, said:
ikkeniet, on 05 November 2012 - 03:29 AM, said:
thanks for calling me an idiot im just givving a posable ansor HE DOESNT HAVE TO LISTEN TO ME ITS JUST A SUGESTION (sorry for the capitals but this is what i think) <--- no need to call me an idiot thank you verry mutch
Cloudy is completely correct; you are an idiot. Providing "answers" based on guesswork with no actual knowledge is worse than unhelpful. If you don't know anything (as you obviously do not), don't say anything.
Doyle3694 if spelling errors are the reason you dont listen to me thats your problem im trying to help sombody here its not like im typing russian you can understand me if not you alwais can ask me what i mean
to
Cloudy i see your point of me making a sugestion and wy i shut not format it like that however i dind say it doesnt work i only made the sugestion of googleing for an posable anser its posable that in the way i said it it looks like i mean that it doesnt work on a mac your right with that
and to
Lyqyd im not calling you a morran even i think so based on your commend and attitude + my commend wasnt based on guesswork i got reasons enough to think that programs made for windows not alwais function the same way as they do on a mac
for the rest i will from now make my commends clear to counter any more mistakes
- ComputerCraft | Programmable Computers for Minecraft
- → ikkeniet's Content


