Search Results
Well.. the problem is: When I connect to server with any username, it'll say that account is already registered & when I go with account that exists, it will always say " Wrong password ". pawn ...
74
I tried your code, complied nicely, but when I go to server it always say's that user exists and asks to log in, even if it doesn't. So pretty much it messed up login/register & password checking ...
72
First problem is that, when I change data @ database, like money, score and licenes.. When I go online, it can't read money ( " pRaha " ). But when I use /raha to get money, it gives me some and saves...
72
Quote: Originally Posted by iGetty pawn Код: format(query, sizeof(query), "SELECT * FROM kasutajad WHERE nimi = '%s' AND parool = '%s' LIMIT 1", pName, inputtext);              ...
86
Hello, I'm trying to start MySql based GM. In the first place everything worked fine, added some stuff and now it just accepts any password I enter.. Been trying to figure out about few hours, but now...
86
Managed to fix it.. Updated Mysql to R6: Server plugin (VS9) ( https://sampforum.blast.hk/showthread.php?tid=56564 ). In script just needed to delete " new MySQL:mysql; " and things that were with t...
1,419
Doesn't work... I used to have: pawn Code: #define mysql_host "localhost" //your destination server#define mysql_user "root" //default user name of wampserver#define mysql_password "" //wampserver h...
1,419
Probably I'm stupid, but now I get this: pawn Code: [MySQL] Error (0): Failed to connect. Access denied for user 'root'@'localhost' (using password: YES). Haven't got this with other gamemode's and...
1,419
Im getting this all the time..: pawn Code: [23:07:54]    Error: Function not registered: 'mysql_init'[23:07:54]    Error: Function not registered: 'mysql_fetch_row'[23:07:54] Script[gamemodes/tr...
1,419
Yeah.. This removed that error.. I wonder how it works in other script the other way.. =/
88
Error: pawn Код: C:\Users\TrippleX\Desktop\Trucking\gamemodes\rp.pwn(58) : error 017: undefined symbol "connectToMysql" Part of code that has this in: pawn Код: public OnGameModeInit(){    ...
88
First of all.. Here is the part of the Script: Код: cache_get_row(0, 4, temp), g_PlayerInfo[playerid][pHealth] = floatstr(temp), cache_get_row(0, 5, temp), g_PlayerInfo[playerid][pPos][0] = flo...
49
Hello.. I'm using code, that does like this: You need house to buy car, if you buy house it creates " House " file under ServerData. And if you buy a vehicle in same house, it add's also car data unde...
63
Yeah .. I noticed that after i posted ..
161
Thank You Very much Finn and iggy1 . Everything work fine now ..
161
Everything works now in game .. But .. Код: C:\Documents and Settings\Trooja\Desktop\ser 0.3\gamemodes\larp.pwn(57350) : warning 219: local variable "string" shadows a variable at a preceding le...
161