AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Approved Plugins (https://forums.alliedmods.net/forumdisplay.php?f=8)
-   -   RainySnowy (Enables CS weather) v2.0y (https://forums.alliedmods.net/showthread.php?t=42151)

Skeleton 12-21-2006 04:47

Re: RainySnowy (Enables CS weather) v2.0y
 
this plugin does not walk for cs 1.5 :cry:

jopmako 12-21-2006 05:17

Re: RainySnowy (Enables CS weather) v2.0y
 
Nice, but I found a little bit mistake.
Code:

GetSomeoneUnworthy() {
 new cnt, id, total[33];
 for(id=1;id<g_maxplayers;id++)

should be
Code:

for(id=1;id<=g_maxplayers;id++)

Tramp 12-22-2006 19:27

Re: RainySnowy (Enables CS weather) v2.0y
 
on 2 i have rain o 3 the same -_-

you dont put snow.spr to source

Alka 12-22-2006 19:39

Re: RainySnowy (Enables CS weather) v2.0y
 
same problem....why?? :(

InfAm0uz 02-17-2007 18:27

Re: RainySnowy (Enables CS weather) v2.0y
 
I have a quick question where do you upload the file "ojos.inc"???

Tyrant 02-19-2007 11:20

Re: RainySnowy (Enables CS weather) v2.0y
 
is there anyway to make this just certain maps, i would love rain on only aztec and snow only on office... any ideas?

HaX0788 02-25-2007 14:05

Re: RainySnowy (Enables CS weather) v2.0y
 
The CVAR Weather_type isn't working. AMX_Plugins shows the plugin is running. Compiled using the Compile.exe, and it compiled fine. I don't get it. Using AMX Mod X 1.76c.

Lord_Destros 02-25-2007 15:56

Re: RainySnowy (Enables CS weather) v2.0y
 
Quote:

Originally Posted by Tyrant (Post 442445)
is there anyway to make this just certain maps, i would love rain on only aztec and snow only on office... any ideas?

Use AMXX's default feature to enable the cvar on certain maps and disable it on others...

InfAm0uz 02-25-2007 17:20

Re: RainySnowy (Enables CS weather) v2.0y
 
umm can any one tell me how to properly upload this

Lord_Destros 02-26-2007 15:09

Re: RainySnowy (Enables CS weather) v2.0y
 
Quote:

Originally Posted by InfAm0uz (Post 445547)
umm can any one tell me how to properly upload this

Wanna be more descriptive? This installs like a normal plugin. Just make sure you have proper modules enabled.


All times are GMT -4. The time now is 23:48.

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