Raised This Month: $32 Target: $400
 8% 

[CSGO] Marker


Post New Thread Reply   
 
Thread Tools Display Modes
KissLick
Veteran Member
Join Date: Nov 2012
Location: void
Old 10-30-2015 , 14:56   Re: [CSGO] Marker
Reply With Quote #11

Quote:
Originally Posted by barvica View Post
im offering money
Nonsense, add me on steam and we will make it working.
__________________
Plugins: TeamGames
Includes: Menu stocks, ColorVariables, DownloadTableConfig

> No help through PM, make a topic.

Last edited by KissLick; 10-30-2015 at 15:03.
KissLick is offline
headline
SourceMod Moderator
Join Date: Mar 2015
Old 10-30-2015 , 15:04   Re: [CSGO] Marker
Reply With Quote #12

Quote:
Originally Posted by KissLick View Post
Nonsense, add me on steam and we will make it working.
Any chance for a public post? lol
headline is offline
KissLick
Veteran Member
Join Date: Nov 2012
Location: void
Old 10-30-2015 , 15:08   Re: [CSGO] Marker
Reply With Quote #13

Quote:
Originally Posted by Headline22 View Post
Any chance for a public post? lol
I will publish TeamGames here on SM forum in one or two weeks (after the latest version is well tested on my humble server).

It's easy to use TG, you are welcome to try it on your own.
I will make an installation guide on wiki (today or this weekend).
__________________
Plugins: TeamGames
Includes: Menu stocks, ColorVariables, DownloadTableConfig

> No help through PM, make a topic.
KissLick is offline
barvica
Senior Member
Join Date: Oct 2014
Old 10-30-2015 , 16:45   Re: [CSGO] Marker
Reply With Quote #14

KissLick made a workable marker plugin its awesome, also very kind person !
barvica is offline
Hunter6272
Senior Member
Join Date: Jun 2015
Location: Don't know
Old 10-30-2015 , 17:59   Re: [CSGO] Marker
Reply With Quote #15

Quote:
Originally Posted by barvica View Post
KissLick made a workable marker plugin its awesome, also very kind person !
Can you post it here ?
__________________
Patience is the key to success.
Hunter6272 is offline
barvica
Senior Member
Join Date: Oct 2014
Old 10-30-2015 , 19:50   Re: [CSGO] Marker
Reply With Quote #16

KissLick is making an instruction guide, so he will post it when its public. But he really deserves a big thumbs up
barvica is offline
ImACow
AlliedModders Donor
Join Date: Feb 2015
Old 12-21-2015 , 10:43   Re: [CSGO] Marker
Reply With Quote #17

Can you post a screenshot of the result ?
ImACow is offline
plock
Senior Member
Join Date: Feb 2016
Location: noitacoL
Old 07-19-2016 , 19:38   Re: [CSGO] Marker
Reply With Quote #18

I getting a lot of errors to compile. I downloaded all dependencies (includes) to compile, but still nothing ):.

Can someone help me?

Last edited by plock; 07-19-2016 at 20:55. Reason: Bad English
plock is offline
shanapu
Veteran Member
Join Date: Apr 2015
Location: .de
Old 07-19-2016 , 19:54   Re: [CSGO] Marker
Reply With Quote #19

Quote:
Originally Posted by plock View Post
I getting a lot of errors to compile. I download all dependencies (includes) to compile, but still nothing ):.

Can someone help me?
post the errors here and we might be help you
__________________
coding & free software
shanapu is offline
plock
Senior Member
Join Date: Feb 2016
Location: noitacoL
Old 07-19-2016 , 20:48   Re: [CSGO] Marker
Reply With Quote #20

Quote:
Originally Posted by shanapu View Post
post the errors here and we might be help you
Sorry for the delay in my response.

If you wish we can speak on TeamSpeak or you can add me on Steam:http://steamcommunity.com/id/danielsartor/

Here is the compiler log:
Code:
//SourceMod Batch Compiler
// by the SourceMod Dev Team


//// Api.sp
//
// Api.sp(7) : error 017: undefined symbol "Client_IsIngame"
// Api.sp(8) : error 017: undefined symbol "TG_ErrorTeam"
// Api.sp(10) : error 017: undefined symbol "g_PlayerData"
// Api.sp(10) : warning 215: expression has no effect
// Api.sp(10) : error 001: expected token: ";", but found "]"
// Api.sp(10) : error 029: invalid expression, assumed zero
// Api.sp(10) : fatal error 189: too many error messages on one line
//
// Compilation aborted.
// 6 Errors.
//
// Compilation Time: 0.23 sec
// ----------------------------------------

//// Chat.sp
//
// Chat.sp(31) : error 017: undefined symbol "g_hAllowTeamPrefix"
// Chat.sp(34) : error 017: undefined symbol "g_PlayerData"
// Chat.sp(34) : warning 215: expression has no effect
// Chat.sp(34) : error 001: expected token: ";", but found "]"
// Chat.sp(34) : error 029: invalid expression, assumed zero
// Chat.sp(34) : fatal error 189: too many error messages on one line
//
// Compilation aborted.
// 5 Errors.
//
// Compilation Time: 0.12 sec
// ----------------------------------------

//// Commands.sp
//
// Commands.sp(5) : error 017: undefined symbol "Client_IsValid"
// Commands.sp(11) : error 017: undefined symbol "g_sBindActionBuyAmmo1"
// Commands.sp(11) : warning 215: expression has no effect
// Commands.sp(11) : error 001: expected token: ";", but found "]"
// Commands.sp(11) : error 029: invalid expression, assumed zero
// Commands.sp(11) : fatal error 189: too many error messages on one line
//
// Compilation aborted.
// 5 Errors.
//
// Compilation Time: 0.12 sec
// ----------------------------------------

//// ConfigFiles.sp
//
// ConfigFiles.sp(92) : error 017: undefined symbol "TG_MODULE_ID_LENGTH"
// ConfigFiles.sp(122) : error 017: undefined symbol "TG_MODULE_ID_LENGTH"
// ConfigFiles.sp(122) : error 017: undefined symbol "TG_MODULE_NAME_LENGTH"
// ConfigFiles.sp(266) : error 017: undefined symbol "DTC_MAX_NAME_LEN"
// ConfigFiles.sp(277) : error 017: undefined symbol "DTC_GetArgNum"
// ConfigFiles.sp(281) : error 017: undefined symbol "PrecacheSoundAny"
// ConfigFiles.sp(282) : error 017: undefined symbol "g_sGamePrepare"
// ConfigFiles.sp(282) : warning 215: expression has no effect
// ConfigFiles.sp(282) : error 001: expected token: ";", but found "]"
// ConfigFiles.sp(282) : error 029: invalid expression, assumed zero
// ConfigFiles.sp(282) : fatal error 189: too many error messages on one line
//
// Compilation aborted.
// 10 Errors.
//
// Compilation Time: 0.19 sec
// ----------------------------------------

//// ConVars.sp
//
// ConVars.sp(80) : error 017: undefined symbol "g_iEngineVersion"
// ConVars.sp(93) : error 017: undefined symbol "Convar_HasFlags"
// ConVars.sp(94) : error 017: undefined symbol "Convar_RemoveFlags"
// ConVars.sp(129) : warning 203: symbol is never used: "HookConVarsChange"
// ConVars.sp(1) : warning 203: symbol is never used: "g_bLogCvar"
// ConVars.sp(30) : warning 203: symbol is never used: "g_hAllowMark"
// ConVars.sp(7) : warning 203: symbol is never used: "g_hAllowMultiSwitch"
// ConVars.sp(39) : warning 203: symbol is never used: "g_hAllowTeamPrefix"
// ConVars.sp(2) : warning 203: symbol is never used: "g_hAutoUpdate"
// ConVars.sp(24) : warning 203: symbol is never used: "g_hChangeTeamDelay"
// ConVars.sp(16) : warning 203: symbol is never used: "g_hCheckTeams"
// ConVars.sp(45) : warning 203: symbol is never used: "g_hFenceFreeze"
// ConVars.sp(42) : warning 203: symbol is never used: "g_hFenceHeight"
// ConVars.sp(43) : warning 203: symbol is never used: "g_hFenceNotify"
// ConVars.sp(46) : warning 203: symbol is never used: "g_hFencePunishColorSettings"
// ConVars.sp(44) : warning 203: symbol is never used: "g_hFencePunishLength"
// ConVars.sp(41) : warning 203: symbol is never used: "g_hFenceType"
// ConVars.sp(22) : warning 203: symbol is never used: "g_hGamesTimeLock"
// ConVars.sp(38) : warning 203: symbol is never used: "g_hImportantMsg"
// ConVars.sp(21) : warning 203: symbol is never used: "g_hKillFrags"
// ConVars.sp(21) : warning 203: symbol is never used: "g_hKillScore"
// ConVars.sp(1) : warning 203: symbol is never used: "g_hLogTime"
// ConVars.sp(34) : warning 203: symbol is never used: "g_hMarkBlockDMG"
// ConVars.sp(36) : warning 203: symbol is never used: "g_hMarkInfinite"
// ConVars.sp(32) : warning 203: symbol is never used: "g_hMarkLaser"
// ConVars.sp(31) : warning 203: symbol is never used: "g_hMarkLife"
// ConVars.sp(33) : warning 203: symbol is never used: "g_hMarkLimit"
// ConVars.sp(35) : warning 203: symbol is never used: "g_hMarkSpawnDelay"
// ConVars.sp(6) : warning 203: symbol is never used: "g_hMenuPercent"
// ConVars.sp(8) : warning 203: symbol is never used: "g_hMenuTimeLock"
// ConVars.sp(4) : warning 203: symbol is never used: "g_hModuleDefVisibility"
// ConVars.sp(18) : warning 203: symbol is never used: "g_hMoveSurvivors"
// ConVars.sp(27) : warning 203: symbol is never used: "g_hNoneTeamAttack"
// ConVars.sp(28) : warning 203: symbol is never used: "g_hNotifyPlayerTeam"
// ConVars.sp(28) : warning 203: symbol is never used: "g_hNotifyTimer"
// ConVars.sp(20) : warning 203: symbol is never used: "g_hRebelAttack"
// ConVars.sp(19) : warning 203: symbol is never used: "g_hSaveWeapons"
// ConVars.sp(14) : warning 203: symbol is never used: "g_hSelfDamage"
// ConVars.sp(26) : warning 203: symbol is never used: "g_hTeamAttack"
// ConVars.sp(25) : warning 203: symbol is never used: "g_hTeamDiff"
// ConVars.sp(22) : warning 203: symbol is never used: "g_iGamesTimeLock"
// ConVars.sp(33) : warning 203: symbol is never used: "g_iMarkLimitCounter"
// ConVars.sp(8) : warning 203: symbol is never used: "g_iMenuTimeLock"
// ConVars.sp(56) : warning 204: symbol is assigned a value that is never used: "g_iRoundLimit"
// ConVars.sp(1) : warning 203: symbol is never used: "g_sLogFile"
//
// 3 Errors.
//
// Compilation Time: 0.12 sec
// ----------------------------------------

//// core.sp
// Already compiled.
// ----------------------------------------

//// example.sp
//
// example.sp(26) : error 017: undefined symbol "Hosties3_IsLoaded"
//
// 1 Error.
//
// Compilation Time: 0.12 sec
// ----------------------------------------

//// Games.sp
//
// Games.sp(5) : error 017: undefined symbol "TG_None"
// Games.sp(53) : error 017: undefined symbol "TG_MODULE_ID_LENGTH"
// Games.sp(53) : error 009: invalid array size (negative, zero or out of bounds)
// Games.sp(53) : error 036: empty statement
// Games.sp(53) : fatal error 189: too many error messages on one line
//
// Compilation aborted.
// 5 Errors.
//
// Compilation Time: 0.12 sec
// ----------------------------------------

//// HealthBar.sp
//
// HealthBar.sp(105) : error 017: undefined symbol "g_Game"
// HealthBar.sp(105) : error 017: undefined symbol "HealthBarVisibility"
// HealthBar.sp(105) : error 029: invalid expression, assumed zero
// HealthBar.sp(105) : fatal error 189: too many error messages on one line
//
// Compilation aborted.
// 4 Errors.
//
// Compilation Time: 0.14 sec
// ----------------------------------------

//// LaserFences.sp
//
// LaserFences.sp(55) : error 017: undefined symbol "g_hFenceHeight"
// LaserFences.sp(61) : error 017: undefined symbol "g_hFenceHeight"
// LaserFences.sp(77) : error 017: undefined symbol "GetMenuCell"
// LaserFences.sp(87) : error 017: undefined symbol "MainMenu"
// LaserFences.sp(90) : error 017: undefined symbol "GetMenuCell"
// LaserFences.sp(91) : error 017: undefined symbol "GetMenuCell"
// LaserFences.sp(94) : error 017: undefined symbol "GetMenuCell"
// LaserFences.sp(95) : error 017: undefined symbol "GetMenuCell"
// LaserFences.sp(96) : error 017: undefined symbol "MainMenu"
// LaserFences.sp(103) : error 017: undefined symbol "g_hFenceType"
// LaserFences.sp(109) : error 017: undefined symbol "Forward_OnLaserFenceCreate"
// LaserFences.sp(117) : error 017: undefined symbol "Forward_OnLaserFenceCreated"
// LaserFences.sp(128) : error 017: undefined symbol "g_hFenceType"
// LaserFences.sp(137) : error 017: undefined symbol "g_hFenceType"
// LaserFences.sp(154) : error 017: undefined symbol "Forward_OnLaserFenceDestroyed"
// LaserFences.sp(221) : error 017: undefined symbol "CreateEntityByName"
// LaserFences.sp(223) : error 017: undefined symbol "DispatchKeyValue"
// LaserFences.sp(224) : error 017: undefined symbol "DispatchKeyValue"
// LaserFences.sp(225) : error 017: undefined symbol "DispatchKeyValue"
// LaserFences.sp(227) : error 017: undefined symbol "DispatchSpawn"
// LaserFences.sp(228) : error 017: undefined symbol "ActivateEntity"
// LaserFences.sp(231) : error 017: undefined symbol "TeleportEntity"
// LaserFences.sp(233) : error 017: undefined symbol "SetEntityModel"
// LaserFences.sp(244) : error 017: undefined symbol "HookSingleEntityOutput"
// LaserFences.sp(264) : error 017: undefined symbol "CreateEntityByName"
// LaserFences.sp(269) : error 017: undefined symbol "DispatchKeyValue"
//
// Compilation aborted.
// 26 Errors.
//
// Compilation Time: 0.2 sec
// ----------------------------------------

//// MapTriggers.sp
//
// MapTriggers.sp(4) : error 017: undefined symbol "SDKHook"
// MapTriggers.sp(13) : error 017: undefined symbol "DTC_StrHasPrefix"
// MapTriggers.sp(14) : error 017: undefined symbol "HookSingleEntityOutput"
// MapTriggers.sp(15) : error 017: undefined symbol "DTC_StrHasPrefix"
// MapTriggers.sp(16) : error 017: undefined symbol "HookSingleEntityOutput"
// MapTriggers.sp(25) : error 017: undefined symbol "Client_IsIngame"
// MapTriggers.sp(29) : error 017: undefined symbol "DTC_MAX_LINE_LEN"
// MapTriggers.sp(29) : error 009: invalid array size (negative, zero or out of bounds)
// MapTriggers.sp(29) : error 036: empty statement
// MapTriggers.sp(29) : fatal error 189: too many error messages on one line
//
// Compilation aborted.
// 10 Errors.
//
// Compilation Time: 0.11 sec
// ----------------------------------------

//// Marks.sp
//
// Marks.sp(17) : error 017: undefined symbol "g_hAllowMark"
// Marks.sp(22) : error 017: undefined symbol "Client_IsIngame"
// Marks.sp(22) : warning 215: expression has no effect
// Marks.sp(22) : error 001: expected token: ";", but found "]"
// Marks.sp(22) : error 029: invalid expression, assumed zero
// Marks.sp(22) : fatal error 189: too many error messages on one line
//
// Compilation aborted.
// 5 Errors.
//
// Compilation Time: 0.17 sec
// ----------------------------------------

//// ModuleData.sp
//
// ModuleData.sp(10) : error 017: undefined symbol "TG_MODULE_ID_LENGTH"
// ModuleData.sp(24) : error 017: undefined symbol "TG_MODULE_ID_LENGTH"
// ModuleData.sp(86) : error 017: undefined symbol "TG_MODULE_ID_LENGTH"
// ModuleData.sp(97) : error 017: undefined symbol "TG_MODULE_ID_LENGTH"
// ModuleData.sp(241) : warning 203: symbol is never used: "AddModuleToDisabledList"
// ModuleData.sp(241) : warning 203: symbol is never used: "ClearGameStatusInfo"
// ModuleData.sp(241) : warning 203: symbol is never used: "ExistGame"
// ModuleData.sp(241) : warning 203: symbol is never used: "ExistMenuItem"
// ModuleData.sp(241) : warning 203: symbol is never used: "GetCountAllGames"
// ModuleData.sp(241) : warning 203: symbol is never used: "GetGameIndex"
// ModuleData.sp(241) : warning 203: symbol is never used: "GetMenuItemIndex"
// ModuleData.sp(241) : warning 203: symbol is never used: "IsGameTypeAvailable"
// ModuleData.sp(241) : warning 203: symbol is never used: "IsModuleDisabled"
// ModuleData.sp(241) : warning 203: symbol is never used: "ListGames"
// ModuleData.sp(241) : warning 203: symbol is never used: "ListMenuItems"
// ModuleData.sp(241) : warning 203: symbol is never used: "PrintToConsoleOrServer"
// ModuleData.sp(241) : warning 203: symbol is never used: "RemoveAllGames"
// ModuleData.sp(241) : warning 203: symbol is never used: "RemoveAllTGMenuItems"
// ModuleData.sp(4) : warning 203: symbol is never used: "g_hTimer_CountDownGamePrepare"
// ModuleData.sp(104) : warning 203: symbol is never used: "g_iGameListEnd"
// ModuleData.sp(91) : warning 203: symbol is never used: "g_iMenuItemListEnd"
// ModuleData.sp(5) : warning 203: symbol is never used: "g_iTimer_CountDownGamePrepare_counter"
//
// 4 Errors.
//
// Compilation Time: 0.12 sec
// ----------------------------------------

//// PlayerData.sp
// Already compiled.
// ----------------------------------------

//// sm_hosties.sp
//
// hosties/freekillers.sp(267) : error 017: undefined symbol "SBBanPlayer"
// hosties/gunsafety.sp(419) : error 017: undefined symbol "SBBanPlayer"
// hosties/gunsafety.sp(433) : error 017: undefined symbol "SBBanPlayer"
//
// 3 Errors.
//
// Compilation Time: 1.12 sec
// ----------------------------------------

//// TeamGames.sp
//
// C:\Users\Sartor\Desktop\BaseSourcemod\scripting\include\teamgames-stocks.inc(269) : error 130: cannot coerce functions to values
// C:\Users\Sartor\Desktop\BaseSourcemod\scripting\include\teamgames-stocks.inc(280) : warning 237: coercing functions to and from primitives is unsupported and will be removed in the future
// Api.sp(215) : warning 237: coercing functions to and from primitives is unsupported and will be removed in the future
// Api.sp(258) : warning 237: coercing functions to and from primitives is unsupported and will be removed in the future
// Api.sp(294) : warning 237: coercing functions to and from primitives is unsupported and will be removed in the future
//
// 1 Error.
//
// Compilation Time: 1.77 sec
// ----------------------------------------

//// Teams.sp
//
// Teams.sp(14) : error 017: undefined symbol "g_hNotifyPlayerTeam"
// Teams.sp(23) : error 017: undefined symbol "Client_IsIngame"
// Teams.sp(26) : error 017: undefined symbol "g_PlayerData"
// Teams.sp(26) : warning 215: expression has no effect
// Teams.sp(26) : error 001: expected token: ";", but found "]"
// Teams.sp(26) : error 029: invalid expression, assumed zero
// Teams.sp(26) : fatal error 189: too many error messages on one line
//
// Compilation aborted.
// 6 Errors.
//
// Compilation Time: 0.17 sec
// ----------------------------------------

//// updater.sp
//
// updater.sp(6) : fatal error 182: cannot read from file: "cURL"
//
// Compilation aborted.
// 1 Error.
//
// Compilation Time: 0.08 sec
// ----------------------------------------

Press enter to exit ...

Last edited by plock; 07-19-2016 at 20:51.
plock is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 10:59.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode