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 КÐ...
27
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...
1,015
http://web.archive.org/web/200910271.../asml1010.html
101
You'll need to get GTA:SA 1.0, which you probably won't get from Rockstar Warehouse (although I think you can downgrade!).
20
You're setting pUname to strval(username string). strval returns the integer value of a string.
49
Maybe post your OnGameModeInit?
29
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'...
264
Use the static version of the plugin.
https://github.com/pBlueG/SA-MP-MySQL/releases
24
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...
141
Make a private project on BitBucket.
55
A question. What does this do?
100
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...
36
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...
36
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...
28
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...
28
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 ...
21
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?
508
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...
508
Oh, now I see.
With SendPlayerMessageToAll your output will become
Код:
username:{000099}[VIP]| username [player id]:{7F7F7F} message
With SendClientMessageToAll your output should become
Ко...
40