UGX-Mods

Call of Duty 5: World at War => Help Desk => Scripting => Topic started by: basziee on July 08, 2014, 03:00:03 pm

Title: look but no move
Post by: basziee on July 08, 2014, 03:00:03 pm
hi there i have the shang ri la cart script and if you activate it jou can't move or look and i think its this line:

Code Snippet
Plaintext
players[i] PlayerLinkToAbsolute(player_link[i]);

can it be changed so the player can look around but that he can't move?

thanks for your help

Title: Re: look but no move
Post by: Ege115 on July 08, 2014, 03:15:24 pm
Change the line to this link function instead.
Code Snippet
Plaintext
players[i] PlayerLinkTo(player_link[i]);
This is a different linkto function, there are others but this one makes the player to be linked too, but you will be able to look around.
Title: Re: look but no move
Post by: basziee on July 08, 2014, 03:39:06 pm
Thanks!!