Commit Graph
69 Commits
Author SHA1 Message Date
Johnny Bergström a6473737a2 entity_set_model should take const strings 2004-03-25 11:42:34 +00:00
Johnny Bergström 3fc4049b0a Placed meta_api.cpp under right folder in workspace 2004-03-25 08:33:48 +00:00
Johnny Bergström e40daf1315 another fix 2004-03-24 12:56:21 +00:00
Johnny Bergström 5967f7d951 fixed entity_set_string to take const strings 2004-03-24 08:53:40 +00:00
Johnny Bergström 0a582d4635 Didn't work - fixed a lot of stuff 2004-03-24 08:18:07 +00:00
Johnny Bergström 8d89be8de3 confirmed WON offset: OFFSET_CLIPAMMO as 51 2004-03-24 07:54:15 +00:00
Johnny Bergström 8c7938d47a Fixed workspace 2004-03-24 07:28:49 +00:00
Johnny Bergström 95445293a2 Fixed anim after cs_set_weapon_silenc 2004-03-22 12:20:00 +00:00
Johnny Bergström 431bfbb4d9 Updated set_entity_visibility 2004-03-22 11:44:47 +00:00
Johnny Bergström e47104aa29 Fixed reference to find_ent_by_classname in find_ent
Added set_entity_visibility and get_entity_visibility
2004-03-22 11:29:29 +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 b21bbcbf90 Fixed prototype of set_offset_short
Fixed all offset natives (they checked ent index above maxClients, should've been maxEntities (some also checked if player is online))
Added s/get_offset_char()
Fixed set_pdata_float to set float value from parameter properly
Fixed set_pdata_short to set short value from parameter properly
Reimplemented find_ent_by_owner
2004-03-22 08:27:52 +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
Johnny Bergström a7c4f5a147 typo fix courtesy of pimp daddy 2004-03-17 11:38:23 +00:00
Johnny Bergström 96b79cd24f fixed find_entity 2004-03-17 07:30:07 +00:00
Johnny Bergström 812ee46260 commented message_begin() etc 2004-03-14 12:47:16 +00:00
Johnny Bergström faafdf9498 fixed reference to "find_entity_by_class" -> "find_ent_by_class" 2004-03-14 08:20:13 +00:00
Johnny Bergström 5679cb285a removed fun's version cvar 2004-03-12 19:04:02 +00:00
Johnny Bergström 47a2ecaa81 fixed find_entity should return value warning 2004-03-12 13:41:16 +00:00
Johnny Bergström 1e78c58aa9 Removed botrelated code 2004-03-12 11:19:44 +00:00
Johnny Bergström d819a55802 version says 0.1 WON for won and 0.1 STEAM for steam 2004-03-12 09:49:49 +00:00
Johnny Bergström 7d1a26e4ca fixed so it's now possible to shoot and break func_breakable:s again :-) 2004-03-12 07:42:54 +00:00
Johnny Bergström d0965d38c8 removed stock get_user_hitzones 2004-03-11 14:56:08 +00:00
Johnny Bergström cecb04944f updated paths 2004-03-11 14:05:01 +00:00
Johnny Bergström 486e8da7a8 updated paths 2004-03-11 10:13:01 +00:00
Johnny Bergström d65d599b2c removed debug msg 2004-03-11 10:10:49 +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
Johnny Bergström 3598791060 fixed small comment mistake 2004-03-11 08:10:12 +00:00
Johnny Bergström b505bdb7e8 updated set_user_hitzones, added get_user_hitzones 2004-03-10 22:32:10 +00:00
Johnny Bergström 1e69aaff18 removed set_hitzones 2004-03-10 21:59:21 +00:00
Johnny Bergström fa725d1838 added set_user_hitzones, remove set_hitzones 2004-03-10 21:58:47 +00:00
Johnny Bergström de0cf4da9a making sure basedir is set 2004-03-10 08:31:51 +00:00
Johnny Bergström 31f59ea92e changed to find_entity_by_class where stock used find_entity 2004-03-09 14:12:10 +00:00
Johnny Bergström 513a005f3d removed so as to not accidentally use old builds 2004-03-09 10:26:40 +00:00
Johnny Bergström 91d4d821ec fixed link to plugins.ini (was in amxx/configs, now is in amxx/) 2004-03-09 09:39:09 +00:00
Johnny Bergström acb2ebaaf9 fixed link to modules.ini (was in amxx/configs, now is in amxx/) 2004-03-09 09:38:36 +00:00
Johnny Bergström 6385e00106 removed #define LINUX 2004-03-09 09:36:54 +00:00
Johnny Bergström 666bc67f3d updated to use find_entity_by_class 2004-03-09 08:54:12 +00:00
Johnny Bergström 2d327e8d14 backwards comp. intitial version 2004-03-09 08:53:06 +00:00
Johnny Bergström d1379bb671 renamed find_entity in engine to find_ent_by_class (find_ent_by_classname works too) 2004-03-09 08:32:50 +00:00
Johnny Bergström 214f914547 this is steamid/wonid 2004-03-08 10:27:51 +00:00
Johnny Bergström d3a58298c9 fixed find_entity 2004-03-08 10:07:55 +00:00
Johnny Bergström 0b129c3a9f Updated explanation of find_entity saying "will return 0 if nothing is found" 2004-03-08 09:28:30 +00:00
Johnny Bergström da149e4580 Confirmed hostage follow offset for WON, tidied up csplayerclass 2004-03-08 09:18:06 +00:00
Johnny Bergström 913b72451d fixed return create_entity(szClassname[]) 2004-03-08 08:36:23 +00:00
Johnny Bergström 6522feebe9 fixed stocks using Entvars* to use entity* 2004-03-07 17:28:30 +00:00
Johnny Bergström 35470c1ecb Removed CS offset defines from h + modified set_user_maxspeed 2004-03-05 14:39:18 +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 fc684d7947 //#define CS_WON_BUILD // comment when compiling for STEAM 2004-03-01 17:25:56 +00:00
Johnny Bergström 3a00c4e3b0 Removed money natives, cs set deaths native. 2004-02-27 13:59:00 +00:00
Johnny Bergström 79912dea1b Added goggles, get_user_deaths, and some fixing... 2004-02-27 13:36:02 +00:00
Johnny Bergström 0db4648788 removed amx dir, uses include <modules.h> 2004-02-27 07:32:35 +00:00
Johnny Bergström 6ffc9c7b49 cs_get_user_backpackammo cs_set_user_backpackammo 2004-02-23 12:53:07 +00:00
Johnny Bergström 11de8b5d8d new natives for cstrike module 2004-02-20 15:48:02 +00:00
Johnny Bergström b3758e37d1 new natives for cstrike module 2004-02-20 15:45:45 +00:00
Johnny Bergström e97c80d138 fixed set_user_origin 2004-02-19 11:24:58 +00:00
Johnny Bergström 942ebf6562 set_user_footsteps() 2004-02-18 11:10:54 +00:00
Johnny Bergström 5b7c7c5e6e renamed offset defines, forgot to update this .h file earlier 2004-02-17 15:42:32 +00:00
Johnny Bergström 2d8e49925a updated give_item() 2004-02-17 15:38:55 +00:00
Johnny Bergström c0f785455a Added cvar fun_version 0.1 2004-02-17 11:45:14 +00:00
Johnny Bergström f65b93ce49 Added *et_user_noclip 2004-02-16 13:48:00 +00:00
Johnny Bergström b75783da31 Added checking of ENTINDEX:ed indexes. 2004-02-16 10:44:52 +00:00
Johnny Bergström da881dff57 Removed some debug messages that slipped into previous versions + changed to fun.dll 2004-02-16 09:50:52 +00:00
Johnny Bergström 6645e5d4aa Fun (x) version 0.3 - small update to use "__linux__" define for linux builds, so pdata offsets get right. 2004-02-13 11:11:21 +00:00
Johnny Bergström d66d34cf17 Fun (x) version 0.3 - fixed hud update + flash in set_user_money, removed user_spawn (add as stock later) 2004-02-11 16:16:37 +00:00
Johnny Bergström c43d336bdb Fun (x) version 0.3 - fixed build to fun_mm.dll, not fun.dll :-) 2004-02-11 16:15:38 +00:00
Johnny Bergström 3546840e92 Fun (x) version 0.2 2004-02-11 15:43:26 +00:00