SA-MP Forums Archive
Little Help - 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: Little Help (/showthread.php?tid=381314)



Little Help - Sanady - 29.09.2012

Delete this


Re: Little Help - .v - 29.09.2012

What line is 1974-1975?


Re: Little Help - Sanady - 29.09.2012

pawn Код:
PlayerHitted[id] == 1;
    HasHitted[id] == 1;
Those two lines


Re: Little Help - CaRa - 29.09.2012

Код:
PlayerHitted[id] = 1;
HasHitted[id] = 1;



Re: Little Help - Sanady - 29.09.2012

Quote:
Originally Posted by CaRa
Посмотреть сообщение
Код:
PlayerHitted[id] = 1;
HasHitted[id] = 1;
What you change here? O.o


Re: Little Help - CaRa - 29.09.2012

Quote:
Originally Posted by Sanady
Посмотреть сообщение
What you change here? O.o
I encountered this problem in the past so I got it soon I found the solution.

I changed == 1; to = 1;


Re: Little Help - Sanady - 29.09.2012

Quote:
Originally Posted by CaRa
Посмотреть сообщение
I encountered this problem in the past so I got it soon I found the solution.

I changed == 1; to = 1;
OMG really...I didn`t saw that..Thanks