Post: In need of a Dvar
05-16-2014, 08:02 PM #1
Force
Shadow
(adsbygoogle = window.adsbygoogle || []).push({}); I can't find the dvar anywhere. I'm not even sure it is in fact a dvar. but either wait. It allows you to move during the 15 second grace period while everyone is spawning in.
05-17-2014, 11:37 PM #2
Originally posted by x
I can't find the dvar anywhere. I'm not even sure it is in fact a dvar. but either wait. It allows you to move during the 15 second grace period while everyone is spawning in.


self freezecontrols(false);
05-18-2014, 07:08 AM #3
Force
Shadow
OMG <3 Thank you so much
05-18-2014, 07:09 AM #4
Force
Shadow
Originally posted by codybenti View Post
self freezecontrols(false);


Above
05-18-2014, 07:10 AM #5
Force
Shadow
Originally posted by codybenti View Post
self freezecontrols(false);


One more question, say I wanted to allow myself, the host, and someone else, my friend, have the privilege. How would I set it for him and I? Thanks Smile :wub:
05-18-2014, 07:59 AM #6
Force
Shadow
Originally posted by codybenti View Post
self freezecontrols(false);


Facepalm. Disregard all of that. I know how to do all of it haha How would I Bind a fast restart to pushing up on the dpad while prone?
05-18-2014, 06:52 PM #7
Originally posted by x
Facepalm. Disregard all of that. I know how to do all of it haha How would I Bind a fast restart to pushing up on the dpad while prone?


D-pad up slow restart.
    doRestart()
{
for(;Winky Winky
{
self waittill("night_vision_on");
if(self GetStance()=="prone")map_restart(false);
}
}


D-pad up fast restart.
    doRestart()
{
for(;Winky Winky
{
self waittill("night_vision_on");
if(self GetStance()=="prone")map_restart(true);
}
}

The following user thanked codybenti for this useful post:

Canuck_Modz
05-18-2014, 10:16 PM #8
Force
Shadow
Originally posted by codybenti View Post
D-pad up slow restart.
    doRestart()
{
for(;Winky Winky
{
self waittill("night_vision_on");
if(self GetStance()=="prone")map_restart(false);
}
}


D-pad up fast restart.
    doRestart()
{
for(;Winky Winky
{
self waittill("night_vision_on");
if(self GetStance()=="prone")map_restart(true);
}
}


+Rep to you. You're a fucking champ! :y:
05-26-2014, 10:35 PM #9
matthijscod
Little One
Sorry for the question, but how can we send dvars to cod4? Does this on work with ccapi? I would like to make a tool to change my fov every 10 sec, can i do this with memory editing? I made a rtm tool before so i got some knowledge in memory editting :p. Can someone add me on Skype and help me or atleast give me a reply to this message Happy. Skype : Mattie_nl

Copyright © 2025, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo