SA-MP Forums Archive
I worked on my script and bugged - 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)
+--- Thread: I worked on my script and bugged (/showthread.php?tid=381140)



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);