Search Results
A Gas Mask would be useful for many kind of gamemodes
1,851
BlueG's plugin is better, IMO. Less buggy and more updated.
90
pawn Код: if (strcmp("/blackbans", cmdtext, true) == 0){    if(Spieler[playerid][AdminLevel] > 3)    {        new             query[128],            results[250];       ...
145
Quote: Originally Posted by Bob_Raw you need to Reserch OnPlayerState on the Pawno If you don't even know what are we talking about, just don't post.... To get players' keys you can use...
61
Quote: Originally Posted by Mataza If you knew what DDoS means, you'd know what happend to his server.. Either insane lag, not being able to play or totally knocked the host node offline.....
326
Maybe these functions you insert in the mysql_query: pawn Код: mysql_query(queryString, SQL_SAVE_ACCOUNT, playerid, RegistrationSystemConnection); Are wrong... try to execute your query with only ...
200
Show us the mysql debug log and tell us wich plugin are you using... strickenkid's or G-Stylezzz's one. By the way imo 1424 cells for that query are too many.. 500 or 700 should be enaugh.
200
@ItayUdi what do you mean for "got DDosed" ? I mean, I know what does it mean, but what happened to your server?
326
Try to use pawn Код: //Change it with this             }              else if(GetPlayerMoney(p2) < 500) return SendClientMessage(p1,COLOR_YELLOW,"The player doesn't have enough mo...
78
Right click -> run it as administrator
117
I've never had problems with the R4 version of G-Stylezzz's plugin, I suggest you to use that one.
144
https://sampwiki.blast.hk/wiki/ShowPlayerDialog DIALOG_STYLE_INPUT is what you're looking for, just check if the password is the same as the account's one though the inputtext
125
I liked very much the way you scripted it.. nice job
1,466
Meh... you could atleast create this tutorial before I broke my ass to learn how to code a plugin...
5,365
http://forum.sa-mp.com/showpost.php?...83&postcount=1
96
pawn Код: while(mysql_fetch_row_format(row,"|"))
62
https://sampwiki.blast.hk/wiki/Scripting_Basics https://sampwiki.blast.hk/wiki/Control_Structures https://sampwiki.blast.hk/wiki/Keywords
267
What sould the function "FormatSCLM" do? I can only see 2 formats and a "SCLM" function wich is not shown in your post
180
@Aldo I'm not an SQL hero, but I guess the "*" means "all" (as it is for the IP), then executing your query or his one is the same imo.
259
pawn Код: while(mysql_fetch_row(result)) {    new        data[12];    sscanf(result, "p<|>dddddddddddd", data[0], data[1], data[2], data[3], data[4], data[5], data[6], data[7],    ...
259