Raised This Month: $ Target: $400
 0% 

blockmaker_v4.01 [BM]


Post New Thread Reply   
 
Thread Tools Display Modes
r14170
Veteran Member
Join Date: Dec 2009
Old 05-02-2010 , 15:08   Re: blockmaker_v4.01 [BM]
Reply With Quote #1241

Quote:
Originally Posted by zoubiey View Post
I tried to add awp, he, smoke, deagle and delay block but I got 26 errors.

Code:
//// blockmaker_v4.01.sma
// D:\HLDS\cstrike\addons\amxmodx\scripting\blockmaker_v4.01.sma(198) : error 02
1: symbol already defined: "gszTeleportSpriteStart"
// D:\HLDS\cstrike\addons\amxmodx\scripting\blockmaker_v4.01.sma(325) : error 00
1: expected token: "}", but found "-identifier-"
// D:\HLDS\cstrike\addons\amxmodx\scripting\blockmaker_v4.01.sma(366) : error 01
8: initialization data exceeds declared size
// D:\HLDS\cstrike\addons\amxmodx\scripting\blockmaker_v4.01.sma(372) : error 01
0: invalid function or declaration
// D:\HLDS\cstrike\addons\amxmodx\scripting\blockmaker_v4.01.sma(378) : error 01
8: initialization data exceeds declared size
// D:\HLDS\cstrike\addons\amxmodx\scripting\blockmaker_v4.01.sma(506) : error 01
7: undefined symbol "BM_AWP"
// D:\HLDS\cstrike\addons\amxmodx\scripting\blockmaker_v4.01.sma(506) : warning
215: expression has no effect
// D:\HLDS\cstrike\addons\amxmodx\scripting\blockmaker_v4.01.sma(507) : error 01
7: undefined symbol "BM_HE"
// D:\HLDS\cstrike\addons\amxmodx\scripting\blockmaker_v4.01.sma(507) : warning
215: expression has no effect
// D:\HLDS\cstrike\addons\amxmodx\scripting\blockmaker_v4.01.sma(508) : error 01
7: undefined symbol "BM_SMOKE"
// D:\HLDS\cstrike\addons\amxmodx\scripting\blockmaker_v4.01.sma(508) : warning
215: expression has no effect
// D:\HLDS\cstrike\addons\amxmodx\scripting\blockmaker_v4.01.sma(509) : error 01
7: undefined symbol "BM_DEAGLE"
// D:\HLDS\cstrike\addons\amxmodx\scripting\blockmaker_v4.01.sma(509) : warning
215: expression has no effect
// D:\HLDS\cstrike\addons\amxmodx\scripting\blockmaker_v4.01.sma(510) : error 01
7: undefined symbol "BM_DELAYED"
// D:\HLDS\cstrike\addons\amxmodx\scripting\blockmaker_v4.01.sma(510) : warning
215: expression has no effect
// D:\HLDS\cstrike\addons\amxmodx\scripting\blockmaker_v4.01.sma(812) : error 01
7: undefined symbol "BM_AWP"
// D:\HLDS\cstrike\addons\amxmodx\scripting\blockmaker_v4.01.sma(812) : error 07
6: syntax error in the expression, or invalid function call
// D:\HLDS\cstrike\addons\amxmodx\scripting\blockmaker_v4.01.sma(813) : error 01
7: undefined symbol "BM_HE"
// D:\HLDS\cstrike\addons\amxmodx\scripting\blockmaker_v4.01.sma(813) : error 07
6: syntax error in the expression, or invalid function call
// D:\HLDS\cstrike\addons\amxmodx\scripting\blockmaker_v4.01.sma(814) : error 01
7: undefined symbol "BM_SMOKE"
// D:\HLDS\cstrike\addons\amxmodx\scripting\blockmaker_v4.01.sma(814) : error 07
6: syntax error in the expression, or invalid function call
// D:\HLDS\cstrike\addons\amxmodx\scripting\blockmaker_v4.01.sma(815) : error 01
7: undefined symbol "BM_DEAGLE"
// D:\HLDS\cstrike\addons\amxmodx\scripting\blockmaker_v4.01.sma(815) : error 07
6: syntax error in the expression, or invalid function call
// D:\HLDS\cstrike\addons\amxmodx\scripting\blockmaker_v4.01.sma(816) : error 01
7: undefined symbol "BM_DELAYED"
// D:\HLDS\cstrike\addons\amxmodx\scripting\blockmaker_v4.01.sma(816) : error 07
6: syntax error in the expression, or invalid function call
// D:\HLDS\cstrike\addons\amxmodx\scripting\blockmaker_v4.01.sma(969) : error 01
7: undefined symbol "BM_DELAYED"
// D:\HLDS\cstrike\addons\amxmodx\scripting\blockmaker_v4.01.sma(1321) : error 0
17: undefined symbol "BM_AWP"
// D:\HLDS\cstrike\addons\amxmodx\scripting\blockmaker_v4.01.sma(1322) : error 0
17: undefined symbol "BM_HE"
// D:\HLDS\cstrike\addons\amxmodx\scripting\blockmaker_v4.01.sma(1323) : error 0
17: undefined symbol "BM_DEAGLE"
// D:\HLDS\cstrike\addons\amxmodx\scripting\blockmaker_v4.01.sma(1324) : error 0
17: undefined symbol "BM_SMOKE"
// D:\HLDS\cstrike\addons\amxmodx\scripting\blockmaker_v4.01.sma(1356) : error 0
17: undefined symbol "BM_DELAYED"
//
// Compilation aborted.
// 26 Errors.
// Could not locate output file compiled\blockmaker_v4.01.amx (compile failed).
//
// Compilation Time: 1,28 sec
// ----------------------------------------
I had this blockmaker before but when i re-compiled it gave me all this errors. PM for the solution or comment here plz.

Yours
~Zoubiey
LOL`D
r14170 is offline
Kreation
Veteran Member
Join Date: Jan 2010
Location: Illinois
Old 05-02-2010 , 15:11   Re: blockmaker_v4.01 [BM]
Reply With Quote #1242

Quote:
Originally Posted by r14170 View Post
LOL`D
I didn't find that funny. It's a common mistake with new people and blockmaker. Why don't you try to help him through it, or fix it for him. Since you are the 'BLOCKMAKER CODER!!!!!'.
__________________
Hi.
Kreation is offline
zoubiey
Member
Join Date: Jul 2009
Location: Sweden / Piteå
Old 05-02-2010 , 15:13   Re: blockmaker_v4.01 [BM]
Reply With Quote #1243

hmm, i maybe know what the problem is know. Will see if I can fix myself.

Edit: Nvm, didn't work.

Last edited by zoubiey; 05-02-2010 at 15:21.
zoubiey is offline
r14170
Veteran Member
Join Date: Dec 2009
Old 05-02-2010 , 15:27   Re: blockmaker_v4.01 [BM]
Reply With Quote #1244

Quote:
Originally Posted by Kreation View Post
I didn't find that funny. It's a common mistake with new people and blockmaker. Why don't you try to help him through it, or fix it for him. Since you are the 'BLOCKMAKER CODER!!!!!'.
XD
r14170 is offline
Kreation
Veteran Member
Join Date: Jan 2010
Location: Illinois
Old 05-02-2010 , 15:37   Re: blockmaker_v4.01 [BM]
Reply With Quote #1245

Quote:
Originally Posted by zoubiey View Post
hmm, i maybe know what the problem is know. Will see if I can fix myself.

Edit: Nvm, didn't work.
Post your sma. I'll help you since this guy is a douche.
__________________
Hi.
Kreation is offline
NawB
Junior Member
Join Date: Mar 2010
Old 05-02-2010 , 15:53   Re: blockmaker_v4.01 [BM]
Reply With Quote #1246

Okay there might have been a solution to this posted here already but after going around on the internet, and reading ~50 of theese Pages I think ill just post it instead.

I have putted all the files in the folder they are supposed to go, and I got all the models/sounds/sprites. The quote from my ''plugins.ini'' :
''; Custom - Add 3rd party plugins here
hidenseek.amxx
blockmaker_v4.01.amxx''

(Whitout '' then.)

What files I have added to wich folder:
1.) To file: C:/Program Files/Steam/steamapps/pontus316/counter-strike/cstrike/models/ I added the blockmaker folder (the one with all blocks).

2.) To file: C:/Program Files/Steam/steamapps/pontus316/counter-strike/cstrike/sound/ I added the blockmaker and the Warcraft3 folder (with the sounds)

3.)To file: C:/Program Files/Steam/steamapps/pontus316/counter-strike/cstrike/sprites/ I added the blockmaker folder with the sprites.

4.) To C:\Program Files\Steam\steamapps\pontus316\dedicated server\cstrike\addons\amxmodx\configs\ I added theese files: blockmaker_models , blockmaker_scoreboard , blockmaker_v4.01 (the text file then)

5.) To C:\Program Files\Steam\steamapps\pontus316\dedicated server\cstrike\addons\amxmodx\plugins\ I added the file: blockmaker_v4.01.amxx

6.) To C:\Program Files\Steam\steamapps\pontus316\dedicated server\cstrike\addons\amxmodx\scripting\ I added the file: blockmaker_v4.01.sma

7.) In the plugins.ini I wrote (under ; Custom - Add 3rd party plugins here): blockmaker_v4.01.amxx

That is a detailed list of everything I've done and I don't know what more to do. Still I get this error when trying to start my Dedicated Server: Fatal error - Mod_NumForName: models/blockmaker/bm_block_platform.mdl not found.

Still I have that file...

Please help~ If answered earlier here or on another site/thread, please quote or post it.
NawB is offline
minimiller
Veteran Member
Join Date: Aug 2007
Location: United Kingdom
Old 05-02-2010 , 16:27   Re: blockmaker_v4.01 [BM]
Reply With Quote #1247

you need to upload the models to the server, not your client files (unless your running a dedicated server off of your PC)
__________________
minimiller is offline
Send a message via MSN to minimiller
NawB
Junior Member
Join Date: Mar 2010
Old 05-02-2010 , 17:03   Re: blockmaker_v4.01 [BM]
Reply With Quote #1248

I am running the server the same PC used for playing on etc. Where to add them ?
NawB is offline
minimiller
Veteran Member
Join Date: Aug 2007
Location: United Kingdom
Old 05-02-2010 , 18:09   Re: blockmaker_v4.01 [BM]
Reply With Quote #1249

/dedicated server/cstrike/models i think
__________________
minimiller is offline
Send a message via MSN to minimiller
Aykay
Senior Member
Join Date: Jul 2009
Location: Australia
Old 05-02-2010 , 20:09   Re: blockmaker_v4.01 [BM]
Reply With Quote #1250

Quote:
Originally Posted by NawB View Post
I am running the server the same PC used for playing on etc. Where to add them ?
Ultimately depends whether its a dedicated or listen server.
If its dedicated, i think you do as shown above ^, and if its listen just put it in your normal cstrike>models folder.
__________________

Aykay is offline
Send a message via MSN to Aykay
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 22:14.


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