Alliedassault           
FAQ Calendar
Go Back   Alliedassault > FPS Gaming General Discussion > MoH Maps, Mods & Skins
Reload this Page 3rd Person For Servers
MoH Maps, Mods & Skins Discuss custom maps, skins and mods here.

Reply
 
Thread Tools Display Modes
3rd Person For Servers
Old
  (#1)
Jake2123 is Offline
Junior Member
 
Posts: 10
Join Date: Mar 2005
Location: United States
  Send a message via MSN to Jake2123  
Default 3rd Person For Servers - 03-13-2005, 08:23 PM

How Do You Make A Third Person Mod For servers? Heres The Code I Have Made. When I Try Putting In rcon 3rdp 1 Nothing Happens. Check The Code Tell Me What I Did Wrong.

_start:

if(level.alreadyrunning == 1)
{
end
}
level.alreadyrunning = 1
/////////////////////////////|
//////// CVARs //////////////|
/////////////////////////////|

level waittill spawn

setcvar "3rdp" "0"
setcvar "cheats" "1"
setcvar "thereisnomonkey" "1"

/////////////////////////////|
//////// 3rdp ///////////////|
/////////////////////////////|
3rdp:
while(1)
{
wait 10
local.player = $player
if (getcvar("3rdp") == "1")
{
local.player.scale = 1
wait .1
local.player stufftext ("cg_3rd_person 1")
}
if (getcvar("3rdp") == "1")
{
local.player scale "1"
wait .5
local.player stufftext ("cg_3rd_person 0")
}
}
end
  
Reply With Quote
Old
  (#2)
Johnj is Offline
2nd Lieutenant
 
Johnj's Avatar
 
Posts: 3,192
Join Date: Jun 2003
Location: Kansas City KS
   
Default 03-14-2005, 05:40 AM

You do know that most players consider this to be a cheat.


**Practicing the dark art of turn signal usage since 1976.**
  
Reply With Quote
Old
  (#3)
Godsmack is Offline
Senior Member
 
Posts: 3,572
Join Date: Apr 2003
Location: I cut bitches
  Send a message via AIM to Godsmack  
Default 03-14-2005, 08:02 AM

I dont like it cuz you can see around walls with out moveing the player annoy: they know your coming but you cant see them
  
Reply With Quote
Old
  (#4)
Scorpion -]M15F1T[- is Offline
Sergeant 1st Class
 
Posts: 1,664
Join Date: May 2004
Location: Joined: 06 May 2003
   
Default 03-14-2005, 11:11 AM

If this is serverside which it seems to be then its not a cheat cos everyone can do it.
my scripting is poo but.
It looks like your last 2 parts of the script tell it to do the same thing

Also as far as i know stufftext goes to global chat and not to console which is needed to turn it on. My suggestion would be to look at the voodoo dolls script and see whats goin on there.
  
Reply With Quote
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



Powered by vBulletin® Version 3.8.12 by ScriptzBin
Copyright ©2000 - 2025, vBulletin Solutions Inc.
vBulletin Skin developed by: vBStyles.com
© 1998 - 2007 by Rudedog Productions | All trademarks used are properties of their respective owners. All rights reserved.