Author Topic: Scripting-Client  (Read 1392 times)

Hey, I just learned how to *start* scripting, but I dont understand client.
I need a good tutorial or a example script using a very simple client script, that I could learn from there.
« Last Edit: July 21, 2010, 02:16:51 PM by Éagen »

You can't just expect something to magically work everywhere you go just because it's client sided.
You cannot bring mininukes into other servers that don't have them.
You cannot create custom messagealls in servers at your own will.

Please, learn how the client and server work before attempting something like this.
It takes a long time, yes, but every coder needs patience.

I understand the server, just not client, I cannot find a descent tutorial or example script to show this, that is basically what im asking for.

most of the client addons i make are stupid

most of the client addons i make are stupid

Aw, don't talk like that, sweety. Mine are definitely worse.

Aw, don't talk like that, sweety. Mine are definitely worse.
no im serious

Meh. Coding Help isn't made for programmers to spoon-feed you with your 'requested' code for like if we were your servants.


Code: [Select]
function say(%var)
{
commandToServer('messageSent',%var);
}
Code: [Select]
say("hi");

i so helpful!

Code: [Select]
function say(%var)
{
commandToServer('messageSent',%var);
}
Code: [Select]
say("hi");

i so helpful!

This guy saying his cat died stole your avatar.


......what?

he was put to sleep because he was very sick

what he had:
a mouth infection
an infection on his back
and his kindneys were almost gone

i knew he would rather be dead then have all that

he was 17 in human years :[




This guy. I thought he was you until I read the name. But since the topic was already 7 pages, I didn't want to call him out since I thought you may have already noticed and responded.
« Last Edit: July 21, 2010, 03:58:38 PM by MegaScientifical »

This guy. I thought he was you until I read the name. But since the topic was already 7 pages, I didn't want to call him out since I thought you may have already noticed and responded.
What a monday. I wonder if I can make him change it.

What a monday. I wonder if I can make him change it.

You should try. I actually found someone who stole my -=>RR<=-MasterCE avatar, but I found it through searches months after he went inactive, so now he has my damn old avatar until he decides to come back.

Worst part is I didn't save the message I sent him to inbox, and forgot who it was. :panda:

Well see how the coding help section is these days? They're all gossip girls.

Client-side, hard to explain. You'll need to understand the system first like chrono said. nickels' example was a good one.