Search:

Type: Posts; User: Evination

Search: Search took 0.00 seconds.

  1. Replies
    3
    Views
    8,362

    Thanks I already got helped out by iMask I have...

    Thanks I already got helped out by iMask I have gone with the ClientR.
  2. Replies
    3
    Views
    8,362

    How safe are "clientr" variables?

    Greetings!

    I am working on a economy system for a playerworld and I found one problem:

    It would be the easiest and most logical way to set every players individual amount of currency with...
  3. Replies
    8
    Views
    11,141

    Thanks a lot Hoyt and iMask. If I come up with...

    Thanks a lot Hoyt and iMask.

    If I come up with other questions I will ask here.
  4. Replies
    8
    Views
    11,141

    Thanks. I still have another question, how do...

    Thanks.

    I still have another question, how do I add a package containing the ganis etc. to the server content.
    So people download it when connecting to the server?
  5. Replies
    8
    Views
    11,141

    Thanks. Are Player Attributes the most...

    Thanks.

    Are Player Attributes the most practical way to change a players gani for example when equipping a weapon?
  6. Replies
    8
    Views
    11,141

    Thanks! I have trouble understanding Player...

    Thanks! I have trouble understanding Player Attributes or Attractions.

    For Example:

    //#CLIENTSIDE
    function onWeaponFired(){
    player.attr[1]="something.gani";
    }

    This places the gani on...
  7. Replies
    8
    Views
    11,141

    Question about GUI Scripting

    Greetings,

    I wrote a GUI script recently and while scripting a question came up in my mind.
    Basically I created one main GUIControl with some more controls added to it.

    Doesnt matter but I...
  8. Replies
    3
    Views
    9,082

    Hey, I am hiring a scripter. For more...

    Hey,
    I am hiring a scripter.
    For more information look at my thread in off-topic.
  9. Hiring Team for "Under Development Playerworld"

    Greetings,

    I am working on a new playerworld, which does not have a name yet.
    Meanwhile its called "Dev Evination".

    "Dev Evination" is a tropic-style server with custom tileset, with the big...
  10. Replies
    8
    Views
    1,668

    If you google it that would have done the trick too.

    Its easiest by creating an npc and writing this code:

    Using GS2 for online-servers:

    //#CLIENTSIDE
    function onCreated(){
    addtiledef("tileset.png",null,0);
    }

    Using GS1 for...
Results 1 to 10 of 10