Spoiler
Running a program sent from another computer?
Started by whatsfast, Nov 26 2012 04:44 AM
23 replies to this topic
#21
Posted 26 November 2012 - 03:02 PM
It turns out when I do print(message) it says nil. The client is ok because the ID goes through fine. Heres the server code for sending:
#22
Posted 26 November 2012 - 05:10 PM
Can anyone help or is this a unfixable problem?
#23
Posted 26 November 2012 - 05:13 PM
No, you still have the same problem I told you about several posts ago. You have to declare your variables before you use them. How the hell is it supposed to know what the value of loginclient is before you've told it what the value is? Of course it sends nil.
#24
Posted 27 November 2012 - 10:03 AM
Lyqyd, on 26 November 2012 - 05:13 PM, said:
No, you still have the same problem I told you about several posts ago. You have to declare your variables before you use them. How the hell is it supposed to know what the value of loginclient is before you've told it what the value is? Of course it sends nil.
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users











