Jump to content

Countdown


Kasem

Recommended Posts

hi please i have a question about how To Add a countdown in a marker when the player stand up inside the marker he will se a

Countdown in the screen i want it to start from 10:00 muite to 00:00 when the Countdown finnish the gate will be opened automatic .

Link to comment
  • Moderators
Bawan said:
i am sorry i am new in scripting can explane to me what's the difference between Client & server

Wiki isn't always clear, (programmers language)

Client = Your pc. ( client scripts will be send to your pc and your pc will execute them)

Server = Will only be executed on the server(hoster) and won't be downloaded by: you, myonlake and me.

And yes, follow the links of myonlake. If you don't understand it, you can always discus that here.

Link to comment

By karevan from DDC:

The actual difference between client and server, explained basically:

The scripts you run on the server, run on a machine which is common for all players, that machine synchronizes all players and shares their information. Server scripts run just once and on one machine.

The scripts you run on a client run on the PC of each player. The client "talks" with the server to know about the other players, where they are, what they do, etc... Client scripts run once on every player. This means you can have the same script running in different ways on different machines, with different players. But having the same code.

So, while things that happen in server happen at the same time for all connected clients (or players), things that happen on client happen in a different time for each client (or player).

Also check this tutorial: viewtopic.php?f=148&t=71106&p=660192#p660192

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...