Search Results
Use the timestamp returned from gettime() (as Gammix mentioned), which will work if they get VIP 1 day before a new year: For when someone becomes VIP, store the timestamp in your database: pawn КÐ...
119
Good point on the fact that you should salt your passwords, to prevent someone from using a rainbow table to crack most passwords in your database at once. The bad thing about using SHA-256 though is...
2,430
http://web.archive.org/web/200910271.../asml1010.html
217
You'll need to get GTA:SA 1.0, which you probably won't get from Rockstar Warehouse (although I think you can downgrade!).
89
You're setting pUname to strval(username string). strval returns the integer value of a string.
188
It won't be useful for me unless it's mapping existing identations, but good job I guess.. Sublime and Notepad++ adds identation already, then one can just hook it up to compile with pawncc. Why don'...
564
Use the static version of the plugin. https://github.com/pBlueG/SA-MP-MySQL/releases
87
You'll need to get MySQL client >= 5.1 on your server for it to work. Or you can use the static version of a MySQL plugin. This one might work. EDIT: Quote: Originally Posted by BroZe...
299
Post line 12 to 66 of OnTimers.pwn.
98
Quote: Originally Posted by NviDa But I don't get it.In server properties the address is something else.It just shows my local ip address with the port 7777(198.168.1.101:7777). But the ac...
218
Why don't you use canyouseeme.org instead of PornChecker? Make sure your server is up and running, and that the site above (or PornChecker) says that your port is open and reachable, because now it's...
218
Quote: Originally Posted by Tamer Also, there's no need to count the player amount, atleast that's not how I would do it. But how are you gonna determine if the player is the last in th...
131
Essentially you need a player variable "inevent" which defines if the player is in the event or not. You need to set this variable when you add the player to the minigame, and unset it when they're ou...
131
Make sure your server is running on port 7777 Make sure your server is running on the computer with local IP 192.168.1.5 If your server is running on the same computer as you're playing from, connect ...
84
Quote: Originally Posted by jamesmith12 EDIT : Do not install <Buggy> will fuck up your gta haha I installed it to test, and I didn't experience any bugs? Elaborate?
1,826
Good tortual, thank. Will be use, Quote: Originally Posted by Abagail The other player is still tabbed which is usually not ideal, just get a cheap laptop. Not if you use http://gtafor...
1,826
Oh, now I see. With SendPlayerMessageToAll your output will become Код: username:{000099}[VIP]| username [player id]:{7F7F7F} message With SendClientMessageToAll your output should become Ко...
113