This site is a testing version, but all data is shared with the live forum.


Raised This Month: $ Target: $400
 0% 

Camera View Menu [Updated 22.06.05]


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
XunTric
BANNED
Join Date: Jan 2005
Location: Norway/Norge
Old 07-27-2005 , 11:49  
Reply With Quote #11

Set off a hour or something, and read thru the whole AMX Mod X Doc carefully...
If you got questions after that, aim "XteC XunTric" and I'lll see if I can help.

And for the plugin, try this:
Code:
#include <amxmodx> #include <engine> #include <amxmisc> public plugin_init() {     register_plugin("Camera Changer", "1.0", "XunTric") } public plugin_modules() {     require_module("engine") } public plugin_precache() {     precache_model("models/rpgrocket.mdl") } public client_putinserver(id) {     set_view(id, CAMERA_3RDPERSON) }
XunTric is offline
 



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 15:37.


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