SA-MP Forums Archive
/tie and /untie - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: /tie and /untie (/showthread.php?tid=64904)



/tie and /untie - Newbz0r - 08.02.2009

Im looking for command like /tie [ID] and /untie [ID] and i want to only to work in car
*I really dont understand this part
TogglePlayerControllable(playerid, toggle);
toggle can be either 0 or 1, according to what you want (freeze or unfreeze).

Can someone write me the code or something or teach my word by word?

Thnx
Newbz0r



Re: /tie and /untie - Newbz0r - 08.02.2009

I need it badly



Re: /tie and /untie - flames - 08.02.2009

1 = unfrozen
0 = frozen


Re: /tie and /untie - c-middia - 09.02.2009

easy way
pawn Код:
TogglePlayerControllable(i,false);//frozen
TogglePlayerControllable(i,true);//unfrozen



Re: /tie and /untie - SuperS0nic - 09.02.2009

This command exists on lvcr 1.8, just take out the code from there.



Re: /tie and /untie - MenaceX^ - 09.02.2009

Quote:
Originally Posted by c-middia
easy way
pawn Код:
TogglePlayerControllable(i,false);//frozen
TogglePlayerControllable(i,true);//unfrozen
Of course you need to define 'i'


Re: /tie and /untie - Newbz0r - 09.02.2009

Wht do u mean? Can somebody just write me whole codes? like /tie /untie USAGE: /tie [ID]?