Posts: 141
Threads: 86
Joined: Jul 2012
Hey , I worked on my script , Made new faction , CIA , Made new mapp's , Interior's , Cmd , And when I make gate , Or enter interior , That's cause me falling and when I make gate That's dessaper . What to do ?
Posts: 3,351
Threads: 780
Joined: Jan 2010
What about posting the error lines?
Also,be sure to make a backup file everytime you compile your script.
Posts: 141
Threads: 86
Joined: Jul 2012
Lol but see man , All the script to post here ? IDK What code to post here , What post ? what code?!
Posts: 141
Threads: 86
Joined: Jul 2012
tHERE'S No Error's , And I mkae backu every time
Posts: 3,351
Threads: 780
Joined: Jan 2010
Quote:
Originally Posted by yarin0600
Lol but see man , All the script to post here ? IDK What code to post here , What post ? what code?!
|
" And when I make gate , Or enter interior , That's cause me falling "
For the gate(s) be sure your streamer works correctly.
For the interior teleport,remember to use SetPlayerInterior.
Posts: 141
Threads: 86
Joined: Jul 2012
OH YOU'RE KING! But where I should do that if I made a mapp's object of interior's so how to make who enter to each interior not happene nothing ? I mean for he no falling
Posts: 3,351
Threads: 780
Joined: Jan 2010
Quote:
Originally Posted by yarin0600
OH YOU'RE KING! But where I should do that if I made a mapp's object of interior's so how to make who enter to each interior not happene nothing ? I mean for he no falling
|
As i said,you need to know which interior id are you using so the player will not fall.
After you know the interior id,use SetPlayerInterior,like this:
pawn Код:
SetPlayerInterior(playerid, INTERIORID);