Jump to content

Silentlink

Members
  • Posts

    69
  • Joined

  • Last visited

Posts posted by Silentlink

  1. IMPORTANT NOTICE

    After an unlucky chain of unlucky events and other shit we've finally come close to release!

    It is therefore to my great pleasure to welcome all players to Appokalypsis; THIS FRIDAY at 20:00 GMT!

    Please register and apply ASAP on our forums at http://www.appokalypsis.com

    If you already have registered but can't log-in; the password is "changeme" (minus the brackets).

    Thank you for you patience

    - The Appokalypsis team.

  2. Damn, you guys dissed vbulletin for phpbb? That really discredits you guys on how knowledgeable you guys are, whenever i see a phpbb forum, i think of webmaster newbs. If you cannot setup a vbulletin forum properly which is cake as im a master at it (http://www.ndgclan.com is a vb site i made for my clan), then how should we trust you on good scripting of the server? Sure, it shouldn't matter what forum software you use, but for most control out of any forum, phpbb does not have that as much as vbulletin, though you will find newbs who think so.

    Well it is your guyses project, but very unwise to go with a open source forum, which has many exploits over something like vbulletin which is extremely tight in security and easier to mod. But then, this site is phpbb, and it does work, but not at full proficiency.

    Apologies for double-posting, but I'm really quite surprised over this response.

    First of all: I don't care how good you are at setting up a vBulletin forum, for it is no use to us.

    Secondly:

    f you cannot setup a vbulletin forum properly then how should we trust you on good scripting of the server?
    This is a horrible thing to say, and I'm on the edge of being disgusted by it. Claiming that we, because of our FORUM, are incapable of delivering a proper script is ridiculous! Our scripter is not the typical 13-year old who's trying to learn Lua. No, our scripter has years of experience with various other scripting languages; including complex ones.

    If you, as a third person, fail to respect our means and ways then you have no place within this thread or at our forums. You lack insider information, you lack insight in our development and you certainly lack the intelligence required to think "Oh, maybe vBulletin was too expensive?" No, you simply thought "Oh, it's vBullet- What, phpBB?! Flarbing retards! I'm going to claim that their scripter is incompetent and not capable of delivering the goods!".

    Shame on Thee.

  3. root = getRootElement() 
      
      
    function playerJoin ( playerNode ) then <---- Hm? 
        setTimer ( setCameraPosition, 1000, 1, source, 2438.6921, -54.5835,28.1535, 354.0469 )  
        setTimer ( setCameraLookAt, 1000, 1, source, 2438.6921, -54.5835,28.1535, 354.0469 )  
        SendText( "Grrr. Did I get here?", playerNode )     
    end 
    addEvent("onJoin", true) 
    addEventHandler("onJoin", getRootElement(), playerJoin) 
      
    function SendText( text, playerid ) 
        outputChatBox( text, playerid ) 
    end 
    

    Alright, I'm horrible at Lua but shouldn't there a then where I've marked?

×
×
  • Create New...