change players scoreinfo
i try to change a players scoreinfo in Natural-Selection
Code:
also if the color changed there is no name like alien or red team, only if readyroom score then there is redyrrom writen team = 1 -> ready room (or maybe it was with 0 ready room and with 1 like 3 or 4) team = 2 -> aliens (team name not writen) team = 3 or 4 -> readyroom but not writen that reayroom team = 5 -> aliens , cryptic text any1 can help? |
http://homepage.ntlworld.com/pr.sear...ScoreInfo.html
Take a look at that, I think you have the wrong message syntax |
yes thx
now its almost working 1) how can i get the player class? ns_get_class and pev(id,pev_playerclass) not working as they are different from the scoreingo this is the list from scoreinfo class types Code:
Code:
2) how does i get the auth status of a player ? 3) how do i get players score?? get_user_frags are not = score but = kills 4) how do i get players deaths ?? get_user_deaths is = players kills |
1) did it, not with a func but with some if's
4) found out, ns_get_deaths(id) 3) it should be ns_get_score(id) but that's not working eg: i kill alien -> score = 1 i kill alien rt -> score = 4 (+3) but ns_get_score() says it is = 1 |
3) done, ns_get_score() = points got by not killing
the example by me was bad sry so if u killed 6 aliens and 2 rts, ns_get_score will return 6 (rt give 3 points, 2*3 = 6) NOW i only need number 2) |
noone knows how to het auth status??
|
Auth status being?
|
server op,developer and so on
look the link from devicenull |
still no one knows??
|
| All times are GMT -4. The time now is 17:16. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.