Posts: 1,741
Threads: 93
Joined: Mar 2012
Reputation:
26
Alright so I'm working on a CoD 4 mod for some guys and I'm about 80% done but I'm getting some issues regarding some of the AllowProne etc's. I read that they're SP only so I'm wondering if there's a way to change the players stance and disallow players from being anything but prone.
Do not take life too seriously. You will never get out of it alive.
Posts: 1,741
Threads: 93
Joined: Mar 2012
Reputation:
26
Not really SetStance is for Singleplayer only. That's why I couldn't get it to work :/
Do not take life too seriously. You will never get out of it alive.
Posts: 1,741
Threads: 93
Joined: Mar 2012
Reputation:
26
Well that'll probably be laggy as shit. Hm I could do this, I can use get player stance and set their move speed to 0 and print something on their screen saying go prone to move. Good idea?
Do not take life too seriously. You will never get out of it alive.
Posts: 5,135
Threads: 241
Joined: Nov 2010
Reputation:
100
Well, first of all you should use wait .05, not .02.
Try moving the part from 'snail endon....' till the end of the function to a new function.
Also remember that if you just use iPrintLnbold("blabla"); without anything in front of it everyone on the server will see it anyway.