Search Results
Hi guys, I'm making my own web app which connects my SA:MP MySQL database. Is there any PHP code which is same as udb hash or Whirlpool, where I can try hash passwords? Btw, I don't know where to ask,...
87
I'll try with BlueG r37, thank you for responses.
143
Hi guys, I'm thinking about scripting using MySQL. What do you recommend to me? Threaded queries or not? BlueG plugin or some other? If BlueG plugin, which one r5, r6, r7? Thank you.
143
My apologies, I removed the include dLog, crashdetector showed me that the problem is in one public, where I used function from that inc, so I removed the inc and that function.
126
Thank you for fast answer, but still the same problem...
126
I converted my gamemode from 0.3x to 0.3z, everything works, I updated the YSI library to 0.3z version. But, when I start my server, using any command stops my server, it just exit the server. Here t...
126
Quote: Originally Posted by Lordz™ pawn Код: //A function called "DetectAdv" which will detect if an IP is found on the str.stock DetectAdv(stradv[]){    new temp_Count;    for(n...
103
Here is my offban command: Код: YCMD:offban(playerid, params[]) { new ime[24], razlog[64]; if(Ulogovan[playerid] == 0) return SendClientMessage(playerid, COLOR_RED, "Niste ulogovani!"); if(Pla...
89
I need help, how to make offban command, to ban player who is not online, I'm using BlueG MySQL plugin R7. I tried but after I finish my command, I can't start my gamemode. But when I comment offban c...
89
I want to make, when player in OnPlayerText type text which contains forbbiden word or some IP adress to send message only to admins, but not to show the text. How can I do it? Thank you.
103
Need to setup if admin level in sscanf is lower than 1, bigger then 4, if is not 1337 or 1338 to send player message. Sorry for my bad engl.
64
Could you explain me, how this works, what I need to do? Thank you for fast answer. REP+ for you.
120
Hey guys, I need the RolePlayNameChecker. I ******d, but I need Checker which will check for "_", then first letter of name and surname need to be capital letters, and to check for numbers in player's...
120
Quote: Originally Posted by AlonzoTorres The second parameter should be " " and not "", otherwise it's not a space. And no a underline does not count as a space. I tried as you said, bu...
132
Quote: Originally Posted by PowerPC603 Did you replace the @ by a space perhaps? str_replace("@", "", YourEmail); Should do it. The second parameter is just an empty string: "". I hav...
132
I want to when player type in dialog his email adress, to format it into a string and then to show it in textdraw without @. I tried with str_replace, but my textdraw show just this, for example: typ...
132
Quote: Originally Posted by maddinat0r Use the mysql_static.so. Added to server.cfg on line plugins mysql_static.so Still not working.. Any other help? Thank you.
115