Giter VIP home page Giter VIP logo

btimes's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

btimes's Issues

bonus style problem

hello when i try too get a bonus time on my server, the bot glitches out and doesent show on scoreboard or as a bot, bot stays dead. and some movement issues thankyou :) if u can fix this it would be really nice thanks this is only on bonus modes everyother mode works thanks.

Is it working on a CS:GO server?

Should it work on a cs:go server?
if yes i'm getting the next errors:

[SM] Unable to load plugin "bTimes-cp.smx": Native "StopTimer" was not found [SM] Unable to load plugin "bTimes-ghost.smx": Native "Style_CanUseReplay" was not found [SM] Unable to load plugin "bTimes-random.smx": Native "GetClientStyle" was not found

[ghost] some stuff

GetClientEyeAngles(client, vAng);

you could use angles[3] from OnPlayerRunCmd

ScaleVector(vVel, 100.0);

this will only work properly on 100tick; you can fix like that:

float gF_Tickrate = 0.0;

public void OnPluginStart()
{
    gF_Tickrate = (1.0 / GetTickInterval());
}

ScaleVector(vVel, gF_Tickrate);

cant really send a pull request, git is doing unexpected stuff for me :x

Timer doesn't work sm 1.8

L 08/07/2017 - 02:08:14: [bTimes-ranks.smx] Configuration "timer" not found
L 08/07/2017 - 02:08:14: [bTimes-core.smx] Configuration "timer" not found
L 08/07/2017 - 02:08:15: [SM] Exception reported: Invalid database Handle 0 (error: 4)
L 08/07/2017 - 02:08:15: [SM] Blaming: bTimes-core.smx
L 08/07/2017 - 02:08:15: [SM] Call stack trace:
L 08/07/2017 - 02:08:15: [SM] [0] SQL_TQuery
L 08/07/2017 - 02:08:15: [SM] [1] Line 588, bTimes-core.sp::CreateCurrentMapID
L 08/07/2017 - 02:08:15: [SM] [2] Line 134, bTimes-core.sp::OnMapStart
L 08/07/2017 - 02:08:20: [SM] Exception reported: Invalid database Handle 0 (error: 4)
L 08/07/2017 - 02:08:20: [SM] Blaming: bTimes-core.smx
L 08/07/2017 - 02:08:20: [SM] Call stack trace:
L 08/07/2017 - 02:08:20: [SM] [0] SQL_TQuery
L 08/07/2017 - 02:08:20: [SM] [1] Line 773, bTimes-core.sp::DB_SaveMapPlaytime
L 08/07/2017 - 02:08:20: [SM] [2] Line 139, bTimes-core.sp::OnMapEnd
L 08/07/2017 - 02:08:20: Error log file session closed.
L 08/07/2017 - 02:08:21: SourceMod error session started
L 08/07/2017 - 02:08:21: Info (map "bhop_lego") (file "errors_20170807.log")
L 08/07/2017 - 02:08:21: [SM] Exception reported: Invalid database Handle 0 (error: 4)
L 08/07/2017 - 02:08:21: [SM] Blaming: bTimes-core.smx
L 08/07/2017 - 02:08:21: [SM] Call stack trace:
L 08/07/2017 - 02:08:21: [SM] [0] SQL_TQuery
L 08/07/2017 - 02:08:21: [SM] [1] Line 588, bTimes-core.sp::CreateCurrentMapID
L 08/07/2017 - 02:08:21: [SM] [2] Line 134, bTimes-core.sp::OnMapStart
L 08/07/2017 - 02:08:36: [SM] Exception reported: Invalid field "params" for message "CCSUsrMsg_SayText2"
L 08/07/2017 - 02:08:36: [SM] Blaming: simple-chatprocessor.smx
L 08/07/2017 - 02:08:36: [SM] Call stack trace:
L 08/07/2017 - 02:08:36: [SM] [0] PbReadString
L 08/07/2017 - 02:08:36: [SM] [1] Line 353, D:\Libraries\Documents\Repos\Simple Chat Processor\scripting\simple-chatprocessor.sp::OnSayText2

Database tables should i create them manually or they are auto?
This is my database, i dont understand why timer doesnt work , and all colors from server are broken.

My database:

"bTimes"
{
"driver" "mysql"
"host" "name"
"database" "name"
"user" "name"
"pass" "pass"
//"timeout" "0"
//"port" "0"
}

Please help me!

BASH

Any chance of getting bash here, i see you've said that it doesnt work with this version, but surely if you post it here someone can play around with it and make it work.

"Credit"

Take my name off of this. Obviously it is too late to remove, as many have already seen it, but I don't condone you putting this on github and don't appreciate you crediting me for some reason.

replay bots commit suicide and end zone is not working

#hi
the bots always commit suicide ... the round is ended, starts again and the bots commit suicide again
and on some maps there are no bots (for example, arcane)
and the main end zone is not working properly the time is not stopped
can someone help me?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.