Thread: No Cross Mid
View Single Post
missarN
Junior Member
Join Date: Apr 2006
Old 04-19-2006 , 11:51  
Reply With Quote #11

Quote:
Originally Posted by Janet Jackson
You need to enable the Fun and Engine modules. Also, make sure it's GHW_No_Rush.amxx.
Fun and Engine modules are enabled as default

; ------------------------------
; Fun - provides extra functions
; ------------------------------
;fun_amxx_i386.so
fun_amxx.dll
;fun_amxx_amd64.so

; ----------------------------------------------------
; Engine - provides engine functions core to Half-Life
; ----------------------------------------------------
;engine_amxx_i386.so
engine_amxx.dll
;engine_amxx_amd64.so

And it IS GHW_No_Rush.amxx, nothing else.

BTW this is what says in my log:

L 04/19/2006 - 16:18:52: -------- Mapchange to de_dust2 --------
L 04/19/2006 - 16:18:52: [AMXX] Plugin "GHW_No_Rush.amxx" failed to load: Plugin uses an unknown function (name "get_pcvar_string") - check your modules.ini.
L 04/19/2006 - 16:19:03: [admin.amxx] Login: "missarN<1><STEAM_0:1:10076049><>" became an admin (account "loopback") (access "abcdefghijklmnopqrstu") (address "loopback")
L 04/19/2006 - 16:19:04: [admin.amxx] Login: "missarN<1><STEAM_0:1:10076049><>" became an admin (account "loopback") (access "abcdefghijklmnopqrstu") (address "loopback")

I found this in the smaa file for the no rush plugin:

public create_middle3(id)
{
new color[32], red, green, blue
get_pcvar_string(plugin_fencecolor,color,31)
if(equali(color,"red"))
missarN is offline