1. sayfa (Toplam 1 sayfa)

İnculide

Gönderilme zamanı: Çrş May 17, 2017 8:53 pm
gönderen TunnS[C]
Selamun Aleykum

Elımde bir plugin var.Zombie plague mod ıcındı bıohazarda çevirdik sorunsuz lakın çalışmadı bende acaba incluide de bir speed bısı var ondan dolayımıdır dıye dusundum acaba bu nedır ?

Kod: Tümünü seç

#include <amxmodx>
#include <engine>
#include <fakemeta>
#include <cs_maxspeed_api>  //// BU 
#include <hamsandwich>
#include <biohazard>


İnculide

Gönderilme zamanı: Çrş May 17, 2017 8:55 pm
gönderen emirakpinar
Valla o konuda bir fikrim yok fakat colorchattaki gibi yapmayı dene bi?

cs_maxspeed_api.inc

Kod: Tümünü seç

#if defined _cs_maxspeed_api_included
  #endinput
#endif
#define _cs_maxspeed_api_included

#include <cs_maxspeed_api_const>

#if AMXX_VERSION_NUM >= 175
	#pragma reqlib cs_maxspeed_api
	#if !defined AMXMODX_NOAUTOLOAD
		#pragma loadlib cs_maxspeed_api
	#endif
#else
	#pragma library cs_maxspeed_api
#endif

/**
 * Sets a player's maxspeed.
 *
 * @param id			Player index.
 * @param maxspeed		Custom maxspeed.
 * @param multiplier	Treat maxspeed as multiplier instead of absolute value.
 */
native cs_set_player_maxspeed(id, Float:maxspeed, multiplier = false)

/**
 * Resets a player's maxspeed to default CS maxspeed.
 *
 * @param id			Player index.
 */
native cs_reset_player_maxspeed(id)

// Keep this always at the bottom of this file
#include <cs_maxspeed_api_stocks>

İnculide

Gönderilme zamanı: Prş May 18, 2017 2:09 am
gönderen specified
İnc dosyasini scripting/include klasörünün içine atıp dene