Alliedassault           
FAQ Calendar Search Today's Posts Mark Forums Read
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.

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
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
 


Thread Tools
Display Modes

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.