Raised This Month: $51 Target: $400
 12% 

Jetpack v1.0 FINAL (KleeneX)


Post New Thread Reply   
 
Thread Tools Display Modes
October
New Member
Join Date: Sep 2005
Old 09-03-2005 , 04:15  
Reply With Quote #191

I read through everything.. i don't see any basic installation instructions anywhere.. just bits and pieces of people's problems getting it working and only part of what i need. no read me file with instructions on installing on to your server eh?
October is offline
KleeneX
Senior Member
Join Date: Dec 2004
Old 09-03-2005 , 05:49  
Reply With Quote #192

Here's v1.2

This Version now require AMXX 1.5 or higher, since I've used the native thingy.

Required Modules:
Code:
cstrike
fun
engine
fakemeta
I've added following to the main plugin:
CVARs:
Code:
jp_maxammo 9 - Ammo which you get when you buy a Jetpack (0 = unl.)
Natives:
Code:
/* Jetpack functions * * (c) 2005, KleeneX * This file is provided as is (no warranties). * */ #if defined _jetpack_included   #endinput #endif #define _jetpack_included /* Gives the user a Jetpack */ native jp_givejetpack(index, ammo); /* Drops users Jetpack if he has one */ native jp_dropjetpack(index); /* Sets users jetpack * Modes: * 0 - removes Jetpack * 1 - gives Jetpack */ native jp_set_user_jetpack(index, mode = 1); /* Returns 1 or 0. */ native jp_hasjetpack(index); /* Jetpack Attack 1 */ native jp_attack(index); /* Jetpack Attack 2 */ native jp_attack2(index); /* Sets users ammo * Modes: * 0 - Only set ammo * 1 - Update users HUD */ native jp_setammo(index, ammo, mode = 1);


And an example plugin which uses these natives (This plugin is not required by the main plugin):
Code:
amx_jetpack - <nick/#userid/steamid> <ammo> - Gives user a Jetpack
amx_dropjet - <nick/#userid/steamid> - Drops users Jetpack if he has one
amx_hasjet - <nick/#userid/steamid> - Gets if the users has a Jetpack
amx_setjet - <nick/#userid/steamid> <1/0> - Sets users Jetpack
amx_jpattack - <nick/#userid/steamid> - Attack 1 with Jetpack
amx_jpattack2 - <nick/#userid/steamid> - Attack 2 with Jetpack
amx_jpsetammo - <nick/#userid/steamid> <ammo> <mode> - Sets ammo of users Jetpack
Attached Files
File Type: zip jetpack_v1.2.zip (7.0 KB, 1460 views)
KleeneX is offline
wr332
New Member
Join Date: Sep 2005
Old 09-08-2005 , 20:39  
Reply With Quote #193

please help. me.. this is what i got


L 09/07/2005 - 00:27:41: -------- Mapchange --------
L 09/07/2005 - 00:27:42: [AMXX] Plugin "jetpack.amxx" failed to load: Plugin uses an unknown function (name "cs_set_user_money") - check your modules.ini.
L 09/07/2005 - 004:43: -------- Mapchange --------
L 09/07/2005 - 004:43: [AMXX] Plugin "jetpack.amxx" failed to load: Plugin uses an unknown function (name "cs_set_user_money") - check your modules.ini.
L 09/07/2005 - 00:46:13: -------- Mapchange --------
L 09/07/2005 - 00:46:14: [AMXX] Plugin "jetpack.amxx" failed to load: Plugin uses an unknown function (name "cs_set_user_money") - check your modules.ini.
L 09/07/2005 - 00:58:58: -------- Mapchange --------
L 09/07/2005 - 00:58:58: [AMXX] Plugin "jetpack.amxx" failed to load: Plugin uses an unknown function (name "cs_set_user_money") - check your modules.ini.
L 09/07/2005 - 01:26:51: -------- Mapchange --------
L 09/07/2005 - 01:26:51: [AMXX] Plugin "jetpack.amxx" failed to load: Plugin uses an unknown function (name "cs_set_user_money") - check your modules.ini.
L 09/07/2005 - 011:19: -------- Mapchange --------
L 09/07/2005 - 011:19: [AMXX] Plugin "jetpack.amxx" failed to load: Plugin uses an unknown function (name "cs_set_user_money") - check your modules.ini.
wr332 is offline
wr332
New Member
Join Date: Sep 2005
Old 09-08-2005 , 20:50  
Reply With Quote #194

holy. shi t.. i download the v.12 and it works... my first plugin.... i love CS now
wr332 is offline
v3x
Veteran Member
Join Date: Oct 2004
Location: US
Old 09-09-2005 , 07:10  
Reply With Quote #195

Tis the cstrike module that's needed.
__________________
What am I doing these days? Well, I run my own Rust server. It's heavily modded. If you'd like to join, the ip is 167.114.101.67:28116

I also created a website called Rust Tools. It will calculate and tell you the raw amounts of resources needed to craft items.
v3x is offline
victorporku
Junior Member
Join Date: Oct 2005
Old 10-06-2005 , 01:40  
Reply With Quote #196

Hey im new to this and cant seem to find out how to install the plugin i added the .amxx to plugins and wrote the plugin name in the config/plugins.ini and when i start the server it says that
Code:
unknown            unknown  unknown           jetpack.amxx     bad load
Can anyone please help me.

Thank you
victorporku is offline
v3x
Veteran Member
Join Date: Oct 2004
Location: US
Old 10-06-2005 , 02:09  
Reply With Quote #197

You need to enable the following modules: Cstrike, Fun, Engine, Fakemeta

Look in modules.ini and take the ';' out of the appropriate line.

;engine.so <- Linux
;engine.dll <- Windows

If it's Linux then you do this:

engine.so
;engine.dll
__________________
What am I doing these days? Well, I run my own Rust server. It's heavily modded. If you'd like to join, the ip is 167.114.101.67:28116

I also created a website called Rust Tools. It will calculate and tell you the raw amounts of resources needed to craft items.
v3x is offline
victorporku
Junior Member
Join Date: Oct 2005
Old 10-06-2005 , 23:03  
Reply With Quote #198

How do i install the cstrike module. IM running windows so which ones should i take out this is my module.ini.
Code:
; AMX Mod X Modules
; You can specify both linux & win32 modules here
; To enable a module, remove the semi-colon from the line

; ------------------------------
; Fun - provides extra functions
; ------------------------------
fun_amxx_i386.so
fun_amxx.dll
fun_amxx_amd64.so

; ----------------------------------------------------
; Engine - provides engine functions core to Half-Life
; ----------------------------------------------------
;engine_amxx_i386.so
;engine_amxx.dll
;engine_amxx_amd64.so

; ----------------------------------------------------------
; Fakemeta - provides a massive interface into the HL engine
; ----------------------------------------------------------
;fakemeta_amxx_i386.so
;fakemeta_amxx.dll
;fakemeta_amxx_amd64.so

; -------------------------------------------
; Database Access - only enable one of these
; -------------------------------------------
; MySQL
;mysql_amxx_i386.so
;mysql_amxx.dll
;mysql_amxx_amd64.so
; PostgreSQL
;pgsql_amxx_i386.so
;pgsql_amxx.dll
; Microsoft SQL
;mssql_amxx.dll
; SQLite
;sqlite_amxx.dll
;sqlite_amxx_i386.so
;sqlite_amxx_amd64.so

; ---------------------------------------------
; GeoIP - determines the country of ip adresses
; ---------------------------------------------
;geoip_amxx_i386.so
;geoip_amxx.dll
;geoip_amxx_amd64.so

; --------------------------------
; Sockets - network socket support
; --------------------------------
;sockets_amxx_i386.so
;sockets_amxx.dll
;sockets_amxx_amd64.so

; --------------------------
; Regular Expression support
; --------------------------
;regex_amxx_i386.so
;regex_amxx.dll
;regex_amxx_amd64.so

; --------------------
; Binary Vault support
; --------------------
;nvault_amxx_i386.so
;nvault_amxx.dll
victorporku is offline
v3x
Veteran Member
Join Date: Oct 2004
Location: US
Old 10-06-2005 , 23:13  
Reply With Quote #199

http://prdownloads.sourceforge.net/a...e.zip?download

Extract that and add cstrike_amxx.dll to modules.ini
__________________
What am I doing these days? Well, I run my own Rust server. It's heavily modded. If you'd like to join, the ip is 167.114.101.67:28116

I also created a website called Rust Tools. It will calculate and tell you the raw amounts of resources needed to craft items.
v3x is offline
victorporku
Junior Member
Join Date: Oct 2005
Old 10-07-2005 , 00:33  
Reply With Quote #200

THANK YOU SOO MUCH!!!!!!!! THIS IS ONE OF THE BEST PLUGINS EVER!!!!!!
victorporku is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 23:39.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode