- Joined
- Dec 6, 2008
- Messages
- 60
- Reaction score
- 13
Например искате да сложите збот (zbot)
1.Koпирате zbotcz.dll (zbot.dll) в папката cstirke\dlls
2.Намирате файла liblist.gam в cstrike
3.Отваряте го с wordpad или notepad
4.Едитвате кода
Тва е оригиналния код
След едитването трябва да е така
Командите се добавяне на бот се пишат в конзолата
-добавяне на бот
Тва е.
Урок от мен
1.Koпирате zbotcz.dll (zbot.dll) в папката cstirke\dlls
2.Намирате файла liblist.gam в cstrike
3.Отваряте го с wordpad или notepad
4.Едитвате кода
Тва е оригиналния код
Code:
game "Counter-Strike"
url_info "www.counter-strike.net"
url_dl ""
version "1.6"
size "184000000"
svonly "0"
secure "1"
type "multiplayer_only"
cldll "1"
hlversion "1111"
nomodels "1"
nohimodel "1"
mpentity "info_player_start"
gamedll "dlls\mp.dll"
gamedll_linux "dlls/cs_i386.so"
trainmap "tr_1"
Code:
game "Counter-Strike"
url_info "www.counter-strike.net"
url_dl ""
version "1.6"
size "184000000"
svonly "0"
secure "1"
type "multiplayer_only"
cldll "1"
hlversion "1111"
nomodels "1"
nohimodel "1"
mpentity "info_player_start"
gamedll "dlls\zbotcz.dll"
//gamedll "dlls\mp.dll"
//gamedll_linux "dlls/cs_i386.so"
trainmap "tr_1"
Code:
bot_add
Тва е.
Урок от мен