Commit Graph

52 Commits

Author SHA1 Message Date
Borja Ferrer
d4bfddc034 added 2 new natives 2006-06-10 20:46:12 +00:00
Borja Ferrer
e6064af9fb added request at30290 (VEN)
fixed cs_get_user_buyzone returning true when user was in bombtarget zone or other specific areas
2006-05-26 18:26:59 +00:00
Scott Ehlert
dc063594de Not sure why I decided to potentially crash the server with cs_set_user_vip o_O
Stayed tuned for another episode of "What Was DS Thinking?"
2006-05-04 05:32:45 +00:00
Scott Ehlert
6cc239c66f Two extra params in cs_set_user_vip for determining whether or not model and scoreboard are updated at28699
Version bumpage
2006-05-02 21:49:17 +00:00
Borja Ferrer
55613eb882 fixed bug at24752 2006-01-27 22:43:51 +00:00
Borja Ferrer
0b834a3f9b communicate core when setting a new team or deaths 2005-12-08 20:00:43 +00:00
Borja Ferrer
be1475b732 fixed bug at20181 ( why was an #if 0 in the function :o ) 2005-10-29 18:27:24 +00:00
David Anderson
86c2c2db02 Fixed bug where core isn't notified of a team change 2005-10-02 09:57:25 +00:00
David Anderson
864f7c268e Fixed module for AMD64 2005-08-25 08:34:09 +00:00
Johnny Bergström
d0b5886d7d Added cs_get_armoury_type and cs_set_armoury_type 2005-08-07 20:43:29 +00:00
David Anderson
d7063435f4 added cs_user_spawn (thanks T(+)rget) 2005-08-01 19:24:48 +00:00
Johnny Bergström
01cc4a1bad Fixed cs_set_user_armor() 2005-03-20 15:44:32 +00:00
Johnny Bergström
ad732d7286 *** empty log message *** 2005-03-16 21:00:16 +00:00
David Anderson
cc462c9ccb Added cs_user_has_shield from Ronkkrop 2005-01-30 05:10:42 +00:00
Johnny Bergström
53188ab941 New natives: cs_set_user_armor(), cs_get_user_armor()
cs_set_user_armor() should be used instead of fun's set_user_armor().
2005-01-16 16:30:18 +00:00
Johnny Bergström
c29a7d34e5 Renamed cs_get_weapon_type -> cs_get_weapon_id 2004-10-14 06:09:01 +00:00
David Anderson
02bf904467 Added debugging support 2004-10-03 21:10:10 +00:00
Johnny Bergström
ecc07d4b45 Fixed some small mistakes. 2004-09-27 13:45:13 +00:00
Johnny Bergström
cfe36dea52 Added 2 of 3 new offsets for amd64 2004-09-27 10:54:41 +00:00
Johnny Bergström
c669efd609 New stuff in cstrike module:
cs_get_user_driving()
cs_set_user_tked()
cs_get_user_tked

Also cs_?et_user_deaths() offset updated.

Thanks to Damaged Soul for these.
2004-09-26 13:02:22 +00:00
Johnny Bergström
3fc3ece5b0 Added cs_get_weapon_type(index) 2004-09-25 23:24:34 +00:00
Johnny Bergström
26465afbf7 Fixed cs_set_hostage_follow for amd64 2004-09-14 17:57:34 +00:00
Johnny Bergström
60940512e2 Fixed amd64 offsets... cs_get_hostage_follow works, cs_set_hostage_follow doesn't yet :-( 2004-09-14 09:58:45 +00:00
Johnny Bergström
60c6b1703d Possible fix to the overflow of edicts... 2004-07-13 15:19:36 +00:00
Johnny Bergström
1af005a047 Added cs_get_no_knives, cs_set_no_knives 2004-06-17 15:42:43 +00:00
Johnny Bergström
5cbc863f33 Added cs_get_user_hasprim() 2004-06-07 15:33:45 +00:00
Johnny Bergström
577c8c5f61 Fixed cs_set_hostage_foll() 2004-06-03 09:01:42 +00:00
Johnny Bergström
5ce181a995 Fixed a lot of MF_IsPlayerInGame that was done on non-player entities 2004-06-03 08:44:43 +00:00
David Anderson
2ee078bada Nothing important 2004-05-26 06:21:37 +00:00
David Anderson
e45e0c9634 Fixed some small things 2004-05-26 05:18:34 +00:00
David Anderson
771a16db26 Changed to 0.20 API 2004-05-03 14:01:40 +00:00
Johnny Bergström
de3dbd8a1d cs_set_user_vip - changes to VIP model + updates scoreboard when appropriate 2004-04-22 12:38:57 +00:00
Johnny Bergström
72a0a37f74 cs_set_user_team - should now update model+scoreboard right away 2004-04-22 09:38:30 +00:00
Johnny Bergström
24791ac315 Updated cs_set_user_team to include model 2004-04-06 07:40:51 +00:00
Johnny Bergström
773e358596 Fixed setting players online once again 2004-03-31 06:15:27 +00:00
Johnny Bergström
75c3cd90e0 Fixed 2004-03-29 14:49:50 +00:00
Johnny Bergström
ffae6da15e Fixed so that player must pass one ClientInfoChanged before cs_set_user* works. 2004-03-29 14:19:02 +00:00
Johnny Bergström
95445293a2 Fixed anim after cs_set_weapon_silenc 2004-03-22 12:20:00 +00:00
Johnny Bergström
180fa52acb Added cs_get_weapon_ammo/cs_set_weapon_ammo 2004-03-22 09:10:11 +00:00
Johnny Bergström
bbbe0cda78 Added cs_get_weapon_ammo/cs_set_weapon_ammo 2004-03-22 08:57:23 +00:00
Johnny Bergström
66a1f11387 Shortened all natives that had longer names than old compiler limit of 19 characters. 2004-03-22 07:23:47 +00:00
Johnny Bergström
556e9cee57 removed a forgotten debug message 2004-03-21 17:10:35 +00:00
David Anderson
cd0cd140ac Fixed native character length for cs_set_user_nvgoggles 2004-03-20 23:57:24 +00:00
Johnny Bergström
655c5a5db3 Updated cs_set_user_vip/cs_get_user_vip (bug in cs_get_user_vip fixed)
cs_set_user_deaths now updates ingame scoreboard (sending ScoreInfo message).
2004-03-11 09:29:08 +00:00
Pavol Marko
745e41ce3b using __linux__ instead of LINUX 2004-03-07 19:28:30 +00:00
Pavol Marko
5f319a527f Fixed GiveFnPtrsToDll linux problems 2004-03-07 18:54:35 +00:00
Johnny Bergström
3dcc2335b2 New naming convention, new natives: cs_set/get/reset_user_model and cs_get/set_hostage_follow 2004-03-04 16:08:31 +00:00
Johnny Bergström
79912dea1b Added goggles, get_user_deaths, and some fixing... 2004-02-27 13:36:02 +00:00
David Anderson
c286d7d0f5 Corrected pointer operations for pvPrivateData. 2004-02-25 20:38:39 +00:00
Johnny Bergström
6ffc9c7b49 cs_get_user_backpackammo cs_set_user_backpackammo 2004-02-23 12:53:07 +00:00