Skocz do zawartości

Witamy w Nieoficjalnym polskim support'cie AMX Mod X

Witamy w Nieoficjalnym polskim support'cie AMX Mod X, jak w większości społeczności internetowych musisz się zarejestrować aby móc odpowiadać lub zakładać nowe tematy, ale nie bój się to jest prosty proces w którym wymagamy minimalnych informacji.
  • Rozpoczynaj nowe tematy i odpowiedaj na inne
  • Zapisz się do tematów i for, aby otrzymywać automatyczne uaktualnienia
  • Dodawaj wydarzenia do kalendarza społecznościowego
  • Stwórz swój własny profil i zdobywaj nowych znajomych
  • Zdobywaj nowe doświadczenia

Dołączona grafika Dołączona grafika

Guest Message by DevFuse
 

Zdjęcie

ProSurfers (1.0.0 - 20.05.2014)


  • Nie możesz napisać tematu
  • Zaloguj się, aby dodać odpowiedź
Brak odpowiedzi do tego tematu

#1 Adminek AMXX.PL

    Admin :)

  • Bot

Reputacja: 156
Profesjonalista

  • Postów:7 490
  • Lokalizacja:AMXX.PL
Offline

Napisano 20.05.2014 14:21

ProSurfers

ProSurfers is a Mod specially for surf_ maps. The Goal of each map is to reach the required amount of points based on the amount of players connected and / or the minimum points required.
You get points by Surfing and Flying, the amount of Points you get depends on the Speed you have while you fly or surf.
If you kill a player while he is surfing, he looses all points he got in his streak.
You also loose points when you touch the ground (or a teleporter entity). This function can be disabled.


Requirements

  • A Steam Server
Notes
  • This Mod is made for Maps which do not have a fixed end (e.g. surf_ski_2).
  • Avoid Maps with a Jail in it (or remove them via Plugin / editing the Map).
  • Code is a bit older, so you might find some pieces of code which are not 100 % efficent, if you find something, please post it here.
  • If you have ideas for improving the gameplay, feel free to post them here.
Credits
  • ConnorMcLeod - For his code for detecting if a player is surfing or not.
Coming Soon
  • Items maybe (Collectable on the Map)
  • Surf Combos (Placing multiple points on the Map ; If you pass them all in a limited time you get extra points
  • You have an Idea? Feel free to post it.
Defines



PHP Code:


// Prefix for Messages
#define GAME_PREFIX "[ProSurfers]"

// Points per Frame while Flying
#define FLY_POINTS_PER_FRAME 0.003

// Points per Frame while Surfing
#define SURF_POINTS_PER_FRAME 0.005

// Comment if you want a static goal (Goal will be : (Players * PLUS_GOAL) + BASE_GOAL)
#define USE_DYNAMICGOAL

// Base Goal (in Kills)
#define BASE_GOAL 135000

// Additional Kills per player if USE_DYNAMICGOAL is uncommented
#define PLUS_GOAL 8750

// Frequency of HUD being updated
#define HUD_FREQ 0.1

// Time in Seconds when Game Begins after Plugin loaded
#define TIME_START 25.0

// Time in Seconds for Respawning (Comment for instant respawn)
#define TIME_RESPAWN 0.1

// Time in Seconds when next map will be loaded after Game finished.
#define TIME_MAPCHANGE 15.0

// Points for playing Impressive Sound
#define POINTS_IMPRESSIVE 15000

// Points for playing Holy Shit Sound
#define POINTS_HOLYSHIT 32100

// Points for playing Godlike Sound
#define POINTS_GODLIKE 55000

// Comment if you don't want the points to be reseted after touching a teleport Entity
#define RESET_ON_TP

/* HUD - Top */

// Red Color of Top Hud
#define HUD_TOP_RED 0

// Green Color of Top Hud
#define HUD_TOP_GREEN 255

// Blue Color of Top Hud
#define HUD_TOP_BLUE 0

// X-Pos of Top Hud
#define HUD_TOP_X -1.0

// Y-Pos of Top Hud
#define HUD_TOP_Y 0.10

/* HUD - Left */

// Red Color of Left Hud
#define HUD_LEFT_RED 0

// Green Color of Left Hud
#define HUD_LEFT_GREEN 255

// Blue Color of Left Hud
#define HUD_LEFT_BLUE 0

// X-Pos of Left Hud
#define HUD_LEFT_X 0.05

// Y-Pos of Left Hud
#define HUD_LEFT_Y 0.30
Media
Old Gameplay Video



Attached Files Dołączona grafikaProSurfers_Ressources.zip (257.8 KB) Dołączona grafikaGet Plugin or Get Source (prosurfers.sma - 20.3 KB)

Wyświetl pełny artykuł




Użytkownicy przeglądający ten temat: 0

0 użytkowników, 0 gości, 0 anonimowych