Raised This Month: $ Target: $400
 0% 

Showing results 1 to 11 of 11
Search took 0.01 seconds.
Search: Posts Made By: fsfod
Forum: Approved Plugins 11-07-2004, 11:48
Replies: 45
Views: 25,209
Posted By fsfod
yep i've look at the script still exploitble as...

yep i've look at the script still exploitble as ever
Forum: Approved Plugins 10-07-2004, 10:19
Replies: 144
Views: 57,983
Posted By fsfod
here is a code snipet to show what sawce ment ...

here is a code snipet to show what sawce ment


public plugin_precache(){
register_forward(FM_Spawn, "Spawn")
}

public Spawn(id){

if(!is_valid_ent(id))return PLUGIN_CONTINUE
Forum: (OLD) Bug Reports 10-06-2004, 06:53
Replies: 0
Views: 978
Posted By fsfod
[ns.inc]Missing forward definitions

Mansawce you need to add client_changeteam and client_spawn forward definitions to ns.inc
Forum: Approved Plugins 10-06-2004, 06:41
Replies: 144
Views: 57,983
Posted By fsfod
ns has not created the cc's when plugin_precache...

ns has not created the cc's when plugin_precache is called they are created some time after
and remove check_create function it does nothing in amxx

trying todo anything entity related in...
Forum: Scripting Help 10-04-2004, 16:52
Replies: 5
Views: 1,193
Posted By fsfod
i find this works better than...

i find this works better than "register_logevent("createcc",1)"


public plugin_log(){

if(!Is_MvM)return

new szArg1[32]

read_logargv(0,szArg1,31)
Forum: Scripting Help 10-04-2004, 11:20
Replies: 5
Views: 1,193
Posted By fsfod
ns_get_build("team_command",1,0) did you ever...

ns_get_build("team_command",1,0)
did you ever think that cc may not be set to built when the map starts up
and there was no ns_get_build in 0.16 or ns module, so this script would not work in amxx...
Forum: Scripting Help 10-04-2004, 10:08
Replies: 5
Views: 1,193
Posted By fsfod
ah mansawe's mvm fix script maybe if you...

ah mansawe's mvm fix script

maybe if you checked how many times it was called


L 10/04/2004 - 14:58:12: -------- Mapchange --------
[AMXX] Loaded 1 admin from file
L 10/04/2004 - 14:58:13:...
Forum: Approved Plugins 09-24-2004, 08:52
Replies: 20
Views: 24,325
Posted By fsfod
"text tends to disappear after awhile" that might...

"text tends to disappear after awhile" that might be because this plugin is useing the same hudchannel as another plugin you could try changeing the HUD_CHANNEL value to something else.

"a cvar to...
Forum: (OLD) Bug Reports 09-20-2004, 18:06
Replies: 1
Views: 1,458
Posted By fsfod
[array.inc]list_push_string paramters wrong

it should be
native list_push_string(list_id, value[])
and not
native list_push_string(list_id, list_posn, value[])
Forum: (OLD) Bug Reports 09-15-2004, 21:09
Replies: 2
Views: 1,936
Posted By fsfod
[amxmodx.inc]server_changelevel paramters are incorrect

"forward server_changelevel();" should be changed to "forward server_changelevel(map[]);" in amxmodx.inc

heres the peice of code excutes the server_changelevel forward which plainly pass's the map...
Forum: News 09-06-2004, 12:23
Replies: 11
Views: 10,579
Posted By fsfod
at last no more funky stuff, messing about with...

at last no more funky stuff, messing about with tar's :D

and make sure you don't miss off the dot on the last line like i did :lol:
Showing results 1 to 11 of 11

 
Forum Jump

All times are GMT -4. The time now is 17:34.


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