Raised This Month: $ Target: $400
 0% 

blockmaker_v4.01 [BM]


Post New Thread Reply   
 
Thread Tools Display Modes
fantarn
Member
Join Date: Feb 2011
Old 12-24-2011 , 08:39   Re: blockmaker_v4.01 [BM]
Reply With Quote #1341

@rooo, Delete your blockmaker_models.ini.
fantarn is offline
silver-
Senior Member
Join Date: Jul 2006
Old 01-02-2012 , 07:11   Re: blockmaker_v4.01 [BM]
Reply With Quote #1342

When I use blocks as a zombie, when I grab a block and then release it, server crashes with error: Sv_ModelIndex: models/zombie_plague/v_knife_zombie.mdl is not precached*_*

How do I fix this?
__________________


Need active admins for our zombie server. Just PM.
silver- is offline
Doz3N
Junior Member
Join Date: Feb 2012
Old 02-29-2012 , 08:45   Re: blockmaker_v4.01 [BM]
Reply With Quote #1343

Hi there is there a way to get Weapon blocks, without coding them your self?, since i've seen alot of servers with the same weapon model, and that made me think that there must be a download!?,

Thanks Doz3N

Last edited by Doz3N; 02-29-2012 at 14:36.
Doz3N is offline
striker07
Veteran Member
Join Date: Mar 2012
Location: Solar System/Earth/Belgi
Old 05-12-2012 , 12:05   Re: blockmaker_v4.01 [BM]
Reply With Quote #1344

Is it possible to store all the times (when players type /bm15)?
now when the map changes all the times are gone so it only keeps track of times done during the map itself
striker07 is offline
Adiv
Junior Member
Join Date: May 2012
Old 05-28-2012 , 02:27   Re: blockmaker_v4.01 [BM]
Reply With Quote #1345

Hey Necro,

I downloaded your blockmaker v4.01 and it's not working at all.
I putted the Addons, Configs, Sound, Sprites,Models, In their right loaction.
I added to plugins.ini "blockmaker_v4.01.amxx".
The BM isn't working .. help ! :/


Btw I have ftp server.
Adiv is offline
Kiske
Veteran Member
Join Date: May 2009
Old 06-01-2012 , 22:32   Re: blockmaker_v4.01 [BM]
Reply With Quote #1346

Hi Necro,
I found a bug in this three functions:

PHP Code:
deleteAllBlocks(idbool:bNotify)

        
//iterate through all players
        
for (new 1<= 32; ++i)
        {
            
//make sure nobody is grabbing a block because they've all been deleted!
            
gGrabbed[id] = 0
PHP Code:
deleteAllTeleports(idbool:bNotify)
        
//iterate through all players
        
for (new 1<= 32; ++i)
        {
            
//make sure nobody has a teleport start set
            
gTeleportStart[id] = 0
PHP Code:
deleteAllTimers(idbool:bNotify)
        
//iterate through all players
        
for (new 1<= 32; ++i)
        {
            
//make sure nobody has a timer start set
            
gStartTimer[id] = 0
Should be:
PHP Code:
gGrabbed[i] = 0;
gTeleportStart[i] = 0;
gStartTimer[i] = 0
Thanks!

Last edited by Kiske; 06-01-2012 at 22:32.
Kiske is offline
Send a message via Skype™ to Kiske
Raymondddd
Member
Join Date: Jun 2008
Location: Milbrae,94030
Old 06-04-2012 , 23:40   Re: blockmaker_v4.01 [BM]
Reply With Quote #1347

Can someone tell me how to make it so it shows when someone toggles godmode/noclip in the BM. Like it shows everyone in allchat that "x" has turn on no clip, etc.

Thanks.
__________________
IN GAME NAME : Solomez
Raymondddd is offline
Send a message via ICQ to Raymondddd Send a message via AIM to Raymondddd Send a message via MSN to Raymondddd Send a message via Yahoo to Raymondddd Send a message via Skype™ to Raymondddd
sonofartemis
New Member
Join Date: Jun 2012
Old 06-18-2012 , 11:33   Re: blockmaker_v4.01 [BM]
Reply With Quote #1348

okay i know this is a pretty common problem and ive been seeing it alot in the thread and have tried all the things said but mine still doesnt work im also pretty new to this..... the block maker itself isnt working or atleast the plugin isnt when i type amxx plugins in the hlds console i get
Currently loaded plugins:
name version author file status
[ 1] Admin Base 1.8.1.3746 AMXX Dev Team admin.amxx running
[ 2] Admin Commands 1.8.1.3746 AMXX Dev Team admincmd.amxx running
[ 3] Admin Help 1.8.1.3746 AMXX Dev Team adminhelp.amxx running
[ 4] Slots Reservation 1.8.1.3746 AMXX Dev Team adminslots.amxx running
[ 5] Multi-Lingual System 1.8.1.3746 AMXX Dev Team multilingual.am running
[ 6] Menus Front-End 1.8.1.3746 AMXX Dev Team menufront.amxx running
[ 7] Commands Menu 1.8.1.3746 AMXX Dev Team cmdmenu.amxx running [ 8] Players Menu 1.8.1.3746 AMXX Dev Team plmenu.amxx running
[ 9] Maps Menu 1.8.1.3746 AMXX Dev Team mapsmenu.amxx running
[ 10] Plugin Menu 1.8.1.3746 AMXX Dev Team pluginmenu.amxx running
[ 11] Admin Chat 1.8.1.3746 AMXX Dev Team adminchat.amxx running
[ 12] Anti Flood 1.8.1.3746 AMXX Dev Team antiflood.amxx running
[ 13] Scrolling Message 1.8.1.3746 AMXX Dev Team scrollmsg.amxx running
[ 14] Info. Messages 1.8.1.3746 AMXX Dev Team imessage.amxx running
[ 15] Admin Votes 1.8.1.3746 AMXX Dev Team adminvote.amxx running
[ 16] NextMap 1.8.1.3746 AMXX Dev Team nextmap.amxx running
[ 17] Nextmap Chooser 1.8.1.3746 AMXX Dev Team mapchooser.amxx running
[ 18] TimeLeft 1.8.1.3746 AMXX Dev Team timeleft.amxx running [ 19] Pause Plugins 1.8.1.3746 AMXX Dev Team pausecfg.amxx running
[ 20] Stats Configuration 1.8.1.3746 AMXX Dev Team statscfg.amxx running
[ 21] unknown unknown unknown blockmaker_v4.0 bad load
( 21) Load fails: Plugin file open error (plugin "blockmaker_v4.01")
21 plugins, 20 running


this and my blockmaker_v4.01 amxx is in cstrike/addons/amxmodx/plugins so i have no idea what is going on + i have my blockmaker_v4.01sma in cstrike/addons/amxmodx/configs so im pretty confused as to why it wont work
plz reply soon really dying for the plugin!!!!


SonOfArtemis "the impossible being"

Last edited by sonofartemis; 06-18-2012 at 18:06. Reason: fixed but got another error still need help
sonofartemis is offline
Old 06-18-2012, 12:37
sonofartemis
This message has been deleted by sonofartemis. Reason: fixed it
Old 06-18-2012, 12:46
sonofartemis
This message has been deleted by sonofartemis. Reason: fixed it
sonofartemis
New Member
Join Date: Jun 2012
Old 06-18-2012 , 18:07   Re: blockmaker_v4.01 [BM]
Reply With Quote #1349

quadruple post not to be rude but its been roughly 56 hrs and im getting antsy about this plz reply soon
__________________
SonOfArtemis "The Impossible being"

Last edited by sonofartemis; 06-20-2012 at 17:22. Reason: updating time
sonofartemis is offline
FaithfulMC1
New Member
Join Date: Jun 2012
Old 06-21-2012 , 16:20   Re: blockmaker_v4.01 [BM]
Reply With Quote #1350

Still the same problem...( I've been trying for like 2 hours:S)

[AMXX] Plugin "blockmaker_v4.01.amxx" failed to load: Plugin uses an unknown function (name "fputs") - check your modules.ini.

Any solutions? I don't know what to add to the modules.ini because I don't know what modules it needs.. Oh and I don't know how to add modules anyway. Can someone help me... Please?

Last edited by FaithfulMC1; 06-21-2012 at 16:21.
FaithfulMC1 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:53.


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