executing code in wrong order
i have the following code (Natural-Selection)
Code:
than it works normal why is it so? |
ah mansawe's mvm fix script
maybe if you checked how many times it was called Code:
L 10/04/2004 - 14:58:12: -------- Mapchange -------- |
its only a rip from mansawe's mvm fix
it should not matter how often it is called, cause with amxx 0.16 it worked |
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 0.16 |
i fixed it by calling this func lfrom another func
i used ns2amx for 0.16, it has this command (called get_ent(classname[],Value) [ here i used get_ent("team_command",0) ]) also with amx i could use this in plugin_precache() Code:
|
i find this works better than "register_logevent("createcc",1)"
Code:
public plugin_log(){ |
| All times are GMT -4. The time now is 17:24. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.