Jump to content

Eagle_cz

Leader
  • Posts

    6,095
  • Joined

  • Last visited

  • Days Won

    176

Everything posted by Eagle_cz

  1. Eagle_cz

    Lua scripts

    aha, i got your point. This is more about AI (artificial intelligence) than about LUAs How the LUA will decide that someone is advertising ? By the servername ? Or by IP ? will be IP divided by dots or by spaces ? How the script will decide that it's IP and not a phone number for example ? or there will be some magic words like "server" or 'come to' ? Sorry, but i think that this is really 'big topic' and its more about the logic than about programming. I know that you want to keep this ppl off the server, but think its better to work on settings and make the server better than to ban players because of they want to go somewhere else IMO. But yes, even here we don't allow any advertisment so understand you.
  2. Welcome to the forum and enjoy your stay
  3. Eagle_cz

    Lua scripts

    well, maybe try explain what you want to, then someone (incl. me) can think about it or maybe someone can give u some luas that are already made
  4. Don't take me bad, only tried to think about it. It must be somewhere then, as I see these files are not on the server, so it must be somewhere on your local folders incl. etmain or so. I'm sure that u know what are you doing, i'm only curious from where these skins are coming ...
  5. ...probably from his local folder, because when pure check is disabled, then local files can be loaded ... if ( sv_pure->integer ) { // the server sends these to the clients so they will only // load pk3s also loaded at the server p = FS_LoadedPakChecksums(); Cvar_Set( "sv_paks", p ); if ( strlen( p ) == 0 ) { Com_Printf( "WARNING: sv_pure set but no PK3 files loaded\n" ); } p = FS_LoadedPakNames(); Cvar_Set( "sv_pakNames", p ); } else { Cvar_Set( "sv_paks", "" ); Cvar_Set( "sv_pakNames", "" ); } // the server sends these to the clients so they can figure // out which pk3s should be auto-downloaded // NOTE: we consider the referencedPaks as 'required for operation' // we want the server to reference the mp_bin pk3 that the client is expected to load from
  6. Welcome to the forum and enjoy your stay
  7. welcome to the forum and enjoy your stay
  8. Welcome to the forum and enjoy your stay
  9. Welcome to the forum and enjoy your stay
  10. hehe.. shame that implayingas VDJ now and can't be around :/
  11. ha ha happy new year!
  12. welcome to the forum and enjoy your stay
  13. thank you niki! to you too! btw. this reminds me ... 2012 .. ah i'm getting old ...
  14. Eagle_cz

    X-mas EVENT

    hmm, this screenshots are strange... interesting ...
  15. welcome to the forum and enjoy your stay here
  16. welcome to the forum and your your stay here
  17. welcome to the forum and your your stay here
  18. Eagle_cz

    X-mas EVENT

    ...and all credits to PurpleHaze!
  19. About time! Welcome to the forum and enjoy your stay
  20. welcome to the forum and enjoy your stay here
  21. right question mr. Danton isn't it ?
  22. not only name lol
  23. Im bird. Im old. thats all what u need to know nah, maybe later will write smt but u already know who I am ...
×
×
  • Create New...