Search Results
Quote: Originally Posted by hipy Ty so if I want After a connect let THE number be 1 I have to do on init poop = 0 so the ++ will make it 1? Yes. If you use poop = 15; ++ will make it 1...
76
These codes increase by 1. Код: poop++; Код: poop += 1; Код: poop = poop+1; These codes increase by 2. Код: poop += 2; Код: poop = poop+2; These codes increase by 3. Код: poop ...
76
Quote: Originally Posted by » Pawnst★r « Add pastebin link, please. http://pawn.pastebin.com/f479d498f Don't forget creating namelist.txt in scriptfiles folder.
399
Information You can block nicknames with this FS. If someone tries to connect the server with a blocked nickname, he will be kicked. Install You will see a README file when you unpack the rar archive...
399