Search Results
I've been taking a break from scripting for a year. Last time i checked my gamemode was working 100%..
Now it seems my register it's not working anymore , i don't understand why.
The problem is that...
177
I'm wondering: Would Streamer (Last Release) & MySQL R39-2 work on SA-MP 0.3e ?
151
Is there any way to create a pickup only for a certain player id ?
128
Example:
https://www.youtube.com/watch?v=RJ6F17EFqYc
You can fix it simple by checking the inputtext before using it with this stock :
pawn Code:
stock CheckDialogBug(message[]){ new messag...
522
Thanks.
Fix: The last 2.
163
Hello,
I've installed windows 10 instead of windows 7 recently, the problem so far it seems that i can't run my server ?!
sv.log:
pawn Код:
SA-MP Dedicated Server----------------------v0.3.7-R...
163
How can i do this kind of a command .. for some reason the printf isn't called but the showsyntax is.
pawn Код:
CMD:aevent(playerid, params[]){ if(PlayerInfo[playerid][pAdmin] < 3) retur...
126
Ok i'm working on a php server list for sa-mp..
The problem is i'm using this api: https://sampforum.blast.hk/showthread.php?tid=104299
And is loading the page slower.....
Any ideas how to fix i...
175
Hello SA-MP today i'm gonna release a MySQL Clean Script for those who want to create their own gamemode, for now this gamemode has a register and login system oh and zcmd commands.
If you find any mi...
753
How can you load some pawn codes from a website? i know is a php function, but is possible to include a file .inc from a website ?
233
Hello any idea how to make this:
After i'm doing something on website to send a message to the player 'You have been kicked out of server by admin (website) & kick him after 1 sec.
I don't know...
120
Ok my question is: If i make a mysql query that check in database which player has 'ToBeKicked = 1' every 1 second, does that function would make lag on server?
200
Ok so i'm having this errors:
MYSQL_LOG:
Код:
[14:19:13] [DEBUG] mysql_format - connection: 1, len: 1500, format: "%s"
[14:19:13] [DEBUG] mysql_query - connection: 1, query: "UPDATE `players` SET...
104
Ok so i'm having a huge player database.
The problem is:
In the last month i had some of this errors named ' losing connection during query '
I checked my disconnect and connect loading scripts a...
105
FIXED
pawn Код:
$salt = '78sdjs86d2h'; $username = mysqli_real_escape_string($DB_H, addslashes($_POST['username'])); $password = mysqli_real_escape_string($DB_H, addslashes($_P...
224
"@updatePlayerSkill"
Try change the unction you call ?
201
UPDATE: Tried this way
Код:
$username = mysqli_real_escape_string($DB_H, addslashes($_POST['username']));
$password1 = $_POST['password'];
$salt = '78sdjs86d2h';
$parola = hash('sha256...
224
Ok so i'm having this hash function on sa-mp
Код:
new MyHash[256];
SHA256_PassHash(inputtext, "78sdjs86d2h", MyHash, sizeof(MyHash));
if(!strcmp(MyHash, PlayerInfo[playerid][pKey]))
I assume 78s...
224
Right now i'm having the old processor ...
if(strcmp(cmd, "/help", true) == 0)
Ok so i'm asking you: Would the change of all commands boost the performance of gamemode ? Right now
i'm having 398 ...
158
I'm using this script when a gang war starts:
Код:
foreach(new igor : Player)
{
if(PlayerInfo[igor][pMember] == 5 || PlayerInfo[igor][pMember] == 6)
{
foreach(new igor2 : Player)
{
...
139