What's new

Solved Moving before the initinial countdown finishes

  • Thread starter SlantedPillow
  • Start date
  • Views 601
Status
Not open for further replies.
SlantedPillow

SlantedPillow

Enthusiast
Messages
72
Reaction score
12
Points
55
Sin$
0
What's the code for moving as soon as you spawn. While the countdown is still going on.

Thanks.
 
The Blob

The Blob

xXxThe11thxXx ?
Messages
662
Reaction score
68
Points
95
Sin$
7
Im 99.99% sure that this is posted on se7ensins already. Go to the Modern Warfare 2 modding section or search for it. That is faster and easier then taking the time to make a whole new post...
 
Upvote 0
SlantedPillow

SlantedPillow

Enthusiast
Messages
72
Reaction score
12
Points
55
Sin$
0
Im 99.99% sure that this is posted on se7ensins already. Go to the Modern Warfare 2 modding section or search for it. That is faster and easier then taking the time to make a whole new post...

I tried the search function and it has the 4 characters or more restriction and it's annoying to word it properly.
Does the code go in onPlayerSpawned or onPlayerConnect?
 
Upvote 0
The Blob

The Blob

xXxThe11thxXx ?
Messages
662
Reaction score
68
Points
95
Sin$
7
I tried the search function and it has the 4 characters or more restriction and it's annoying to word it properly.
Does the code go in onPlayerSpawned or onPlayerConnect?

Oh well I think someone helped you so nevermind. But try using the "Google Site Search" I don't think there is a limit for that option just for future refrence...
 
Upvote 0
CrAzY FaIrYHoPn

CrAzY FaIrYHoPn

FairyHopn' All Day
Retired
Grammar Nazi TotM MotM
Messages
3,449
Reaction score
1,909
Points
770
Sin$
0
Just as an FYI, the support section's purpose is to get help fast. So when in the support section please do not ask people to go "USE THE SEARCH BAR". They have probably tried and that comment is not needed. Thank you
 
Upvote 0
7S Fear

7S Fear

Enthusiast
Messages
1,103
Reaction score
273
Points
165
Sin$
7
I tried the search function and it has the 4 characters or more restriction and it's annoying to word it properly.
Does the code go in onPlayerSpawned or onPlayerConnect?
Code:
onPlayerSpawned()
{
self endon( "disconnect" );

for(;;)
{
self waittill( "spawned_player" );
self freezeControlsWrapper( false );
}
}
 
Upvote 0
Status
Not open for further replies.
Top Bottom
Login
Register