Search Results
1> Inside mysql_tquery, mention a function name and use threaded query. 2> You can not copy strings like that. Use format or strcat. EG: Code: format(HouseInfo[housenumber][Owner], MAX_PLAYE...
488
You can try one of the PHP location tracker and get the response from it.. PS When you say, its not "working", what do you mean? Whats the issue?
832
For future references, This problem occurs when you forget a bracket or something.
287
And use index to get the column instead of writing 'passworw' in cache_get_value() (instead of cache_get_value_name() ) its way faster.
469
Quote: Originally Posted by v4yne1 Can one NPC be used for more players at once? for instance, I want to make an airplane flight intro before registration process what if more players st...
55,849
Quote: Originally Posted by DomagojSellug Well, actually, the pickups are only there to show the text. /enter works entirely based on which position player is in (is player in range of poi...
331
I was trying to say is, each entrance pickup has a pickup ID right? So set player's Virtualworld, equal to the pickup ID they enter.
331
Set Player's VW same as the object ID (or interior entrance ID) instead of setting it manually. Sometimes it can work.
331
Quote: Originally Posted by Calisthenics `Name` column. Oh I am sorry for that but I did add the unique to the sql file inside the release zip.. I guess I forgot to change it in the sou...
8,153
Quote: Originally Posted by Calisthenics I will quote maddinat0r: pawn Code: /*  race condition check:    player A connects -> SELECT query is fired -> this query takes very lon...
8,153
Quote: Originally Posted by Calisthenics Linux is, it will return error for table not found. https://dev.mysql.com/doc/refman/8.0...nsitivity.html About users.sql 1) Set `Name` column...
8,153
Quote: Originally Posted by SiaReyes Kane was right, if you had read the whole script, you could have spotted some issues. Mysql connection wasn't close at OnGameModeExit. Player Name is ...
8,153
Quote: Originally Posted by sonn51280 can you send github me? Check the releases on the github. I had shared a zip with all binaries required for the script. Problem you have is you ar...
8,153
Quote: Originally Posted by Mobtiesgangsa GTLS You dont becouse you never visited forum very often check Solstice_s page he made one with both bCrypt and Whirlpool Bcrypt concept Wow...
8,153
Quote: Originally Posted by ZigGamerx @GTLS There are few warnings of "TAG MISMATCH" for example: Code: if(rows) ShowPlayerDialog(playerid, DIALOG_LOGIN, DIALOG_STYLE_PASSWORD, "Login"...
8,153
Thank you for the compliments. The main reason to release this was to spread knowledge about bcrypt in beginners snd even old school scripters.. Ill be here if anyone needs my help.
8,153
Base Login/Register Gamemode This is just a basic script, which was requested by one of my friends to be made, so I am releasing it here. This script uses MySQL R41-4 and BCrypt for hashing password...
8,153
Quote: Originally Posted by LARC huh? Use streamer then then add the following in your script. pawn Code: stock CreateDynamicObjectEx(modelid, Float: x, Float: y, Float: z, Float: rx, ...
138
Quote: Originally Posted by GeorgeMcReary [code] I tried changin the headers from PAWN.CMD file, but it still gives the warning. And for commands, they are already existing. If I use ZCMD,...
280