http://gamer-x.net.ru/samp....mp.html хоу его поставить а не получиться, делаю все как в реадме:
CONFIGURATION:
A-Health 1 - 0(Health Check Disabled) 1(Kick on Health Cheat) 2(Ban on Health Cheat)
etc.
Max-Cash-Increase 20000 - The maximum level that the cash can increase in the given timeframe (cCheck-Time)
DB-Kills 3 - The DB kill level in which action is taken (kick/ban)
Inactive-Period 30 - The Timeframe in which players are allowed to be inactive up to. (Seconds)
hCheck-Time 15 - How often the script checks for Health Cheaters. (Seconds)
cCheck-Time 10 - How often the script checks for Money Cheaters.(Seconds)
Spawn-Kill-Time 10 - The length of the spawn kill timer (Seconds)
Max_Spawn_kills 2 - "OnKick" Spawn Kills (eg 2, Kicks on second spawn kill)
//Banned Weapon List: (-1 = Disabled) | Relatively Straight Forward | Up to 8 Banned Weapons
Weapon1 24
Weapon2 26
Weapon3 32
Weapon4 -1
Weapon5 -1
Weapon6 -1
Weapon7 -1
Weapon8 -1
FcukIt++ Configuration
- aCash=0 (0 = Disabled, 1 = Kick, 2 = Ban)
- LOOP_TIME How often the CashCheck is performed
IMPORTANT:
Please ensure that you have changed GivePlayerMoney() & ResetPlayerMoney() with
FcukIt_GivePlayerMoney() && ResetPlayerMoney()
#include <FcukIt++> // Add this at the start of your script where everything else is defined.
Also Add:
FcukIt_INIT // Add to OnGameModeInit()
FcukIt_DISCONNECT // Add to OnPlayerDisconnect()
Но пишет это при компиляции:
Код
C:\Users\KLAXXI\Desktop\samp\pawno\include\FcukIt++.inc(18) : warning 235: public function lacks forward declaration (symbol "FcukIt_GivePlayerMoney")
C:\Users\KLAXXI\Desktop\samp\pawno\include\FcukIt++.inc(33) : warning 235: public function lacks forward declaration (symbol "FcukIt_ResetPlayerMoney")
C:\Users\KLAXXI\Desktop\samp\pawno\include\FcukIt++.inc(39) : warning 235: public function lacks forward declaration (symbol "cCheck")
C:\Users\KLAXXI\Desktop\samp\pawno\include\FcukIt++.inc(82) : warning 235: public function lacks forward declaration (symbol "PlayerName")
Код
C:\Users\KLAXXI\Desktop\samp\gamemodes\mod.pwn(4881) : error 017: undefined symbol "FcukItGivePlayerMoney"
C:\Users\KLAXXI\Desktop\samp\gamemodes\mod.pwn(4986) : error 021: symbol already defined: "PlayerName"
C:\Users\KLAXXI\Desktop\samp\gamemodes\mod.pwn(4989) : error 090: public functions may not return arrays (symbol "PlayerName")
C:\Users\KLAXXI\Desktop\samp\gamemodes\mod.pwn(7284) : warning 203: symbol is never used: "Disconnect"