Search Results
I was using BlueG's MySQL plugins in my server. But from BlueG's Last post on his project, it seems like he dropped his project and will no longer be much supported by him. So it seems like he wont up...
133
Whirlpool is used for hashing password. You can still use the register and login systems without having Whirlpool. just replace the WP_Hash() function with format(). But its better to use Whirlpool so...
88
Quote: Originally Posted by Eminem 2ka9 I use volt-host, and it cannot use whirlpool. I have whirlpool.so on the plugins folder, but when i try to start the server via host control panel, ...
88
In my view, All seems no issue with GM as server works fine in windows. Anyway i think its better if you ask support from host by stating the crash the Linux server
181
Quote: Originally Posted by rangerxxll It works perfectly fine on my Windows testing server. And I'm using HostSpree for the hosting. I also don't understand how my register system is doin...
181
Quote: Originally Posted by rangerxxll I'm getting this in my serverlog. When I enter my password and login, the server will crash. Does anyone know why? Код: [19:44:22] Incoming conne...
181
Try this, it should work Код: new str[32], playername[MAX_PLAYER_NAME]; //Put that on OnPlayerConnect GetPlayerName(playerid, playername, sizeof(playername)); format(str,sizeof(str),...
92
Quote: Originally Posted by Goldino Well, it only started today. I turned on my server, and I came across a problem. The error says: Код: ---------- Loaded log file: "server_log.txt"....
138
Quote: Originally Posted by Manowar Hey. How much random access memory is required on the server with 50 players online? It depends on the amount of lines present on your script and the...
104
Anyway this command is wrong as it does not have an rcon ban command or anyother in it. Try to rescript it in correct way
147
Try this code, it should work pawn Код: CMD:adminduty(playerid, params[]){    new str[126];    if(PlayerInfo[playerid][pAdmin] < 1) return SendClientMessage(playerid, COLOR_GREY, "SERVER: ...
99
a ban command must contain an rcon ban command or just a simple ban command which uses database operation to put the ban on user. But the command that you posted here does not have a ban command or ev...
147
Can you post the code of that ban command here? First we need to know how does it bans. You can unban /rcon unbanip only if it bans by using Rcon ban command. If it bans by using database, you need to...
147
Logging into RCON will not crash the client. This restart might probably due to some bugs which is there at the gamemode which happens when you type a command. You must fix as its not on your host's e...
355
for fetching float values you must declare the enumerators X,Y and Z as float or Double depending Upon the precision of decimal points. Also for fetching float or double values from MySQL, you need to...
91
Try this code, Maybe it will work Quote: new drag1, drag2; drag1 = CreateObject(970, -172.43, 1409.84, 66.71, 0.00, 0.00, 90.00); drag2 = CreateObject(970, -172.43, 1404.64, 66.71, 0.00, ...
221
Having a Better gamemode is the best way to gather players and to get more donation. As like Potassium said, making personal profit with server is violation of SA-MP rules.
152
Quote: Originally Posted by FusionzzRoleplay Everytime someone joins the server it crashes please help how do I fix this? Код: [15:32:33] Number of vehicle models: 9 [15:32:33] Inco...
153
Quote: Originally Posted by Mr_DjolE It's just plain stupid. Create localhost database. He could use localhost database only if his host have MySQL support or else he must change his ho...
216
Quote: Originally Posted by Eliminator So Even if i Have My Own Website i Cant Do It? ? By MySQL ? even in Internet Tab? Having a website dont let you to host your server with MySQL as ...
114