I worked on my script and bugged -
yarin0600 - 28.09.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 ?
Re: I worked on my script and bugged -
Unknownich - 28.09.2012
Quote:
Originally Posted by yarin0600
What to do ?
|
Take a gun and kill yourself or post code here if u need help.
Re: I worked on my script and bugged -
Face9000 - 28.09.2012
What about posting the error lines?
Also,be sure to make a backup file everytime you compile your script.
Re: I worked on my script and bugged -
yarin0600 - 28.09.2012
Lol but see man , All the script to post here ? IDK What code to post here , What post ? what code?!
Re: I worked on my script and bugged -
yarin0600 - 28.09.2012
tHERE'S No Error's , And I mkae backu every time
Re: I worked on my script and bugged -
Face9000 - 28.09.2012
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.
Re: I worked on my script and bugged -
yarin0600 - 28.09.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
Re: I worked on my script and bugged -
Face9000 - 28.09.2012
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);