a bug in my script.. - 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: a bug in my script.. (
/showthread.php?tid=87645)
a bug in my script.. -
Mowgli - 21.07.2009
Questions Solved by: yezizhu
Thanks!
Re: a bug in my script.. -
Mowgli - 21.07.2009
btw, in the onplayerspawn bit, i put the 'stracci/lspd/helilspd' message, so i know whats happening on spawn....and it says 'stracci' on every spawn, so its defently a problem with that section
Re: a bug in my script.. -
yezizhu - 21.07.2009
Wow, not bad, dude.
Edit
Код:
if (skin == xxx || xxx || xxx)
to
Код:
if (skin == xxx || skin == xxx || skin == xxx)
Re: a bug in my script.. -
Mowgli - 21.07.2009
ahhh, so simple....i dunno if that sarcasm, but i dont care, as long as it works now
Re: a bug in my script.. -
yezizhu - 21.07.2009
Quote:
Originally Posted by Mowgli
ahhh, so simple....i dunno if that sarcasm, but i dont care, as long as it works now
|