Quote:
Originally Posted by Arkshine
Too much ? It's fine to use orpheu. Also, that's the most efficient way you could find.
|
hmmm...
i tought its just "too much" to use a module only for 1 line.
but when u mean its ok & the best/efficient way to do it, i will use it for sure.
anyways i tried it 2day before i open this thread and it didnt work. maybe you can check it here or i have to post it in other thread?!
PHP Code:
public Forward_TriggerMultipleTouch(iEntity, id)
{
static szModel[32]
entity_get_string(iEntity, EV_SZ_model, szModel, 31)
new target[32]
pev(iEntity, pev_targetname, target, 31)
if(is_user_alive(id) && !user_is_catcher[id] && equal(target, "finish_round_fleer"))
{
switch(cs_get_user_team(id))
{
case CS_TEAM_T:
{
TerminateRound(RoundEndType_Objective, TeamWinning_Terrorist)
client_print(0,print_chat,"T WIN")
}
case CS_TEAM_CT:
{
TerminateRound(RoundEndType_Objective, TeamWinning_Ct)
client_print(0,print_chat,"CT WIN")
}
}
}
}
Quote:
Originally Posted by vato loco [GE-S]
i would like to use orpheu...
maybe in the future when
my scripting knowledge become better...  
i hope 
|
its my firsttime with orpheu :-P i think its easy to learn ( but complicated ) ^^
__________________