/tie and /untie
#1

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
Reply
#2

I need it badly
Reply
#3

1 = unfrozen
0 = frozen
Reply
#4

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

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

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

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


Forum Jump:


Users browsing this thread: 1 Guest(s)