|
|
| Author | Message |
|---|
Atspulgs


Number of posts: 76 Age: 19 Location: Ireland Karma:: <font color="green"><b>Normal</b></font> Warning: Rank permisson: <font></font>:  Steamid: Plz fill in steamid Registration date: 2008-07-28
 | Subject: Re: few things doesnt work Wed Sep 03, 2008 2:26 am | |
| ultimate  |
|
 | |
micke1101


Number of posts: 152 Age: 15 Location: Sverige/Växjö | Sweden/vaxjo Karma:: <font color="green"><b>Very good</b></font> Warning: Rank permisson: Next Permisson: You cant get any higher XD <font></font>:  Steamid: STEAM_0:1:17811664 Registration date: 2008-07-23
 | |
 | |
Atspulgs


Number of posts: 76 Age: 19 Location: Ireland Karma:: <font color="green"><b>Normal</b></font> Warning: Rank permisson: <font></font>:  Steamid: Plz fill in steamid Registration date: 2008-07-28
 | Subject: Re: few things doesnt work Wed Sep 03, 2008 4:18 pm | |
| no. is that even possible?  |
|
 | |
micke1101


Number of posts: 152 Age: 15 Location: Sverige/Växjö | Sweden/vaxjo Karma:: <font color="green"><b>Very good</b></font> Warning: Rank permisson: Next Permisson: You cant get any higher XD <font></font>:  Steamid: STEAM_0:1:17811664 Registration date: 2008-07-23
 | Subject: Re: few things doesnt work Wed Sep 03, 2008 6:29 pm | |
| |
|
 | |
Atspulgs


Number of posts: 76 Age: 19 Location: Ireland Karma:: <font color="green"><b>Normal</b></font> Warning: Rank permisson: <font></font>:  Steamid: Plz fill in steamid Registration date: 2008-07-28
 | Subject: Re: few things doesnt work Thu Sep 04, 2008 11:43 am | |
| dude thats so cool  if ill post next ones ill start a new tread in off topic  If you know anything else about vista (cool stuff) tell me about it  |
|
 | |
Random1


Number of posts: 7 Age: 23 Location: Thunderstorm Central Karma:: <font color="green"><b>Normal</b></font> Warning: Rank permisson: Next Permisson: Admin <font></font>:  Steamid: STEAM_0:1:999441 Registration date: 2008-09-14
 | Subject: Re: few things doesnt work Sun Sep 14, 2008 2:53 pm | |
| not sure if you've already solved the gHeroID not being properly set in plugin_init function yet or not, but after testing the generator from your post on allied modder's it wasn't properly setting right. So you may want to update download there since download link here seems to be down. Other than that it seems to be working properly, tho I would suggest that instead of using get_players in your heal code which can sometimes work improperly to instead do something like this | Code: | public heal_loop() { if ( !sh_is_active() || !sh_is_inround() ) return; //no point in healing people between rounds for ( new i = 1; i <= SH_MAXSLOTS; i++ ) if ( is_user_alive(i) && gHasHero[i] ) sh_add_hp(i, get_pcvar_num(gPcvarHealPoints)); } | you may also want to support everything to work for multiple weapons instead of just 1 or all. Maybe have people highlight each weapon instead of just picking one from the drop box. Well anyways here to help if you need any.
p.s. This is G-Dog from allied modder's. Probably already figured that out since I always register my plugin's with Random1 instead of G-Dog |
|
 | |
micke1101


Number of posts: 152 Age: 15 Location: Sverige/Växjö | Sweden/vaxjo Karma:: <font color="green"><b>Very good</b></font> Warning: Rank permisson: Next Permisson: You cant get any higher XD <font></font>:  Steamid: STEAM_0:1:17811664 Registration date: 2008-07-23
 | Subject: Re: few things doesnt work Sun Sep 14, 2008 3:22 pm | |
| | Random1 wrote: | not sure if you've already solved the gHeroID not being properly set in plugin_init function yet or not, but after testing the generator from your post on allied modder's it wasn't properly setting right. So you may want to update download there since download link here seems to be down. Other than that it seems to be working properly, tho I would suggest that instead of using get_players in your heal code which can sometimes work improperly to instead do something like this| Code: | public heal_loop() { if ( !sh_is_active() || !sh_is_inround() ) return; //no point in healing people between rounds for ( new i = 1; i <= SH_MAXSLOTS; i++ ) if ( is_user_alive(i) && gHasHero[i] ) sh_add_hp(i, get_pcvar_num(gPcvarHealPoints)); } | you may also want to support everything to work for multiple weapons instead of just 1 or all. Maybe have people highlight each weapon instead of just picking one from the drop box. Well anyways here to help if you need any.
p.s. This is G-Dog from allied modder's. Probably already figured that out since I always register my plugin's with Random1 instead of G-Dog |
Thank you i will check it out. Ive been working on the source mod creator. And the problem with the link is probably cause hostedwith.us well close to always is offline but i dont know any other free that will able for exe.
edit
i updated the attachment to the latest released_________________ Hi Guest to my forum!!  |
|
 | |
Atspulgs


Number of posts: 76 Age: 19 Location: Ireland Karma:: <font color="green"><b>Normal</b></font> Warning: Rank permisson: <font></font>:  Steamid: Plz fill in steamid Registration date: 2008-07-28
 | Subject: Re: few things doesnt work Mon Sep 15, 2008 5:38 pm | |
| | Quote: | you may also want to support everything to work for multiple weapons instead of just 1 or all. Maybe have people highlight each weapon instead of just picking one from the drop box. Well anyways here to help if you need any.
|
thats exacly what i was thinking How about choosing powers that can be on kd? |
|
 | |
micke1101


Number of posts: 152 Age: 15 Location: Sverige/Växjö | Sweden/vaxjo Karma:: <font color="green"><b>Very good</b></font> Warning: Rank permisson: Next Permisson: You cant get any higher XD <font></font>:  Steamid: STEAM_0:1:17811664 Registration date: 2008-07-23
 | |
 | |
Random1


Number of posts: 7 Age: 23 Location: Thunderstorm Central Karma:: <font color="green"><b>Normal</b></font> Warning: Rank permisson: Next Permisson: Admin <font></font>:  Steamid: STEAM_0:1:999441 Registration date: 2008-09-14
 | |
 | |
micke1101


Number of posts: 152 Age: 15 Location: Sverige/Växjö | Sweden/vaxjo Karma:: <font color="green"><b>Very good</b></font> Warning: Rank permisson: Next Permisson: You cant get any higher XD <font></font>:  Steamid: STEAM_0:1:17811664 Registration date: 2008-07-23
 | Subject: Re: few things doesnt work Tue Sep 16, 2008 5:36 am | |
| Well ithought of a solution that makes 1 for the checkbox and 1 for the weapon it self. And i thought of make the player model function a little more csutomable by make a checkbox for team _________________ Hi Guest to my forum!!  |
|
 | |
Atspulgs


Number of posts: 76 Age: 19 Location: Ireland Karma:: <font color="green"><b>Normal</b></font> Warning: Rank permisson: <font></font>:  Steamid: Plz fill in steamid Registration date: 2008-07-28
 | Subject: Re: few things doesnt work Tue Sep 16, 2008 7:34 pm | |
| grate idea  maybe put in team glow option as well. |
|
 | |
|