Raised This Month: $51 Target: $400
 12% 

Need DeathRun fix maps plugins


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
spookjun
New Member
Join Date: Nov 2011
Old 03-10-2012 , 20:58   Need DeathRun fix maps plugins
Reply With Quote #1

{
"model" "*2"
"targetname" "dr2"
"dmg" "1000"
"wait" "43"
"speed" "300"
"rendercolor" "0 0 0"
"renderamt" "255"
"angles" "0 270 0"
"classname" "func_door"
}

when the terrorist press Button
this trap need wait 43 sec so long
so i want if "wait" > 21 sec then changed to 15 sec

i try this plugins but have error
SZ_GetSpaceverflow without FSB_ALLOWOVERFLOW set on Server Reliable Datag



PHP Code:
#include <amxmodx>
#include <fakemeta>

/* * Settings :
 * */
const Float:g_flMindoorDelay 10.0
/* * End of Settings !!
 * */

const XO_door 4
const d_flWait 44

public plugin_init()
{
    
register_plugin("Min door Delay""0.0.1""ConnorMcLeod")

    new 
iEnt FM_NULLENT
    
while( ( iEnt engfunc(EngFunc_FindEntityByStringiEnt"classname""func_door") ) )
    {
        if( 
get_pdata_float(iEntd_flWaitXO_door) > g_flMindoorDelay )
        {
            
set_pdata_float(iEntd_flWaitg_flMindoorDelayXO_door)
        }
    }

Attached Thumbnails
Click image for larger version

Name:	moviename00254.JPG
Views:	161
Size:	46.2 KB
ID:	100486  

Last edited by spookjun; 03-15-2012 at 15:37.
spookjun 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 07:59.


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