Search Results
Код: [ADM] Info: Load 3DTryg v4.6.1 for SA:MP 0.3.7 by Abyss Morgan I Got This In Server Log, What To Do How To Fix It I Am Not Getting Him Plugin
8,317
Quote: Originally Posted by kingmk I think the problem it's on your gamemode samp server, when u hashing the password, NOT in your UCP "De-Hashing". I had this problem some time ago, and t...
202
Quote: Originally Posted by rfr PHP код: $hashedpw = hash('sha256', $_SESSION['user-password']); //compare hashedpw to the one in the database  http://php.net/manual...
202
Ok got it but how to hash the input so that they are same.i know i have to go through the same aalgoritham but how to do it in PHP. I am using sha256_passwordhash. Please tell me
202
Quote: Originally Posted by Chocopie Why not hash these password and compare them with database? What u mean can u show me how, well i have already done it i think PHP код:   Â...
202
Hello Guys i am using SHA256_PassHash to hash the password if a player registers on the server.. i am also working on UCP but there's a problem in Checking the hashed password plzz help me fixing it h...
202
When I Put RemoveBuildingForPlayer Under On Player Connect Game Crashes While Reconnecting After Server Restart.So i Thought Of Putting It Under On Gamemodinit
215
Код: //Area 51 for(new playerid = 0; playerid < MAX_PLAYERS; playerid++) { RemoveBuildingForPlayer(playerid, 3366, 276.6563, 2023.7578, 16.6328, 0.25); RemoveBuildingForPlayer(playerid, 3366, 2...
215
Help guys i have putted remove building for player in an include and put that include under Ongamemodint like this Код: #include <Include name here.inc> and i have defined playerid too And t...
215
Hello When I use The Command And Type The Weapon it It Says Invalid Weapon Id Always Like If i Used /eweapon1 10 This it Show Invalid Weapon Id Here's The Code Код: CMD:eweapon1(playerid,params[]...
75
You mean something like this Код: CMD:event(playerid) { if (udb_Exists(PlayerName2(playerid))) { PlayerInfo[playerid][Level] = (dUserINT(PlayerName2(playerid)).("Level")); ...
157
Hello Guys I Am Having My Whole Admin System In My Gamemode, Recently I made a filterscript for event and i make a cmd:event in it which can be used by admin level 6 but i am not able to use it it say...
157
Код: CMD:unbanofflineplayer(playerid, params[]) { new tname[24]; if(sscanf(params, "s[24]", tname)) return SendClientMessage(playerid,-1,"Correct Usage: /unbanofflineplayer [Player Name] "); ne...
84
Код: if(sscanf(params,"c[300]",params))return ShowPlayerDialog(playerid,ERROR_DIALOG+1,DIALOG_STYLE_MSGBOX,"ERROR!","{FFFFFF}[Usage]:- {EA0000}/creategang [gangname]","Ok",""); this is the code i...
103
Quote: Код: format(PlayerInfo[playerid][Banned_By], MAX_PLAYER_NAME, "%s", dini_Get(file, "Banned_By"); Thanks Well U Made A Mistake It Should Be Код: format(PlayerInfo[playerid][Banned...
82