Team add score
Hi !
i want change score frag value (1 to 5 ) evry team T & CT i try this do like that ... no thing ...who can give me correct code to do it ? PHP Code:
|
Re: Team add score
bump!
|
Re: Team add score
set_user_frags(id,get_user_frags(id) + 4) ( +1 by default game ) = 5, so simple
|
Re: Team add score
public player_killed(){
killer = read_data(1) set_user_frags(killer, get_user_frags(killer) + 4) } Fun and amxmodx module , good luck. |
Re: Team add score
i do like this for team !
PHP Code:
|
Re: Team add score
You're a pro scripter man, Want you work for me?
|
Re: Team add score
Quote:
If I am well Why do I need to help Just some simple things I ask if it is a right way or not ? |
Re: Team add score
yes, it's OK but you can do much more simple:
set_user_frags(killer, get_user_frags(killer) + get_user_team(killer) == 2 ? 4 : 1) |
| All times are GMT -4. The time now is 18:36. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.