Search Results
Hello how can i block IPs from " Russia or France or Spain" etc is that possible? and how can i make this when a user from " Russia or France or Spain" etc join the server kick him.
78
thanks, and how can i show this in a Dialog?
114
Hello I have a question how can i make a command to list the best killers of the server? with /topkiller I have a MySQL system and must load from the database accounts -> Kills
114
Hello i have this script for load the playerdatas i have add a moneybag save with Код: PlayerInfo[playerid][moneybag] its save the data perfektly and now how can i load this data from the datab...
51
no i have 2 servers and 1 mysql database with the same script
78
Hi i have in my mysql user data a save with logging when a player spawned its set to 1 wenn it disconnect set it 0 logged = 1 logged = 0 how can i check on the onplayerconnect from the user logged =...
78
Hello i have a problem with this script, it works, but only the Create3DTextLabel is buggy only ID0 have this 3dtext after join what is wrong? Код: #define MAX_AFKTIME 3 // in minutes forwar...
50
Hello i have a problem with my mysql system when too many players join, failed the connection to the server here the mysql logs before the server crash is there a bug in the logs ? Код: [18:09:26...
59
Hello i have a Bug with my Playtime only ID 0 becomes the playtime and when a player have id 0 saves the complete playtime how can i fix this bug? here the timer scripts: Код: enum gPlayerInfo ...
61
is version 2.0 from where comes the id Bug?
106
Hello i have a Bug with my Setlevel Command Код: CMD:setlevel(playerid, params[]) { new Level; levelerror(5); if(sscanf(params, "ud", plid, Level)) return SendErrorMessage(playerid, "Usage: /s...
106
when i press enter ,doesnt show "Please enter a password with a minimun size of 4 characters.");" the account is registered without pw the pw ist "enter" without number etc. what is wrong?
133
I have a problem i can register a account without a password how can i make a min lengh of passwort of 4 chars ? here is the script @ register Код: public OnDialogResponse(playerid, dialogid, re...
133
thanks it works! now when i make /stats format(string,sizeof string,"Register Date: {FF0000}%d/%d/%d{FF8000}",PlayerInfo[playerid][regdate]); SendClientMessage(playerid,0xFF8200FF,string); Only c...
186
i have now Код: mysql_query("CREATE TABLE IF NOT EXISTS playerinfo(user VARCHAR(24), password VARCHAR(400),killss INT(20),deaths INT(20), score INT(20), money INT(20), IP VARCHAR(16),adminlvl INT...
186
now when i register a account, and reelog, the account doesnt exist. what is wrong?
186
thanks and in the "CREATE TABLE IF NOT EXISTS" must i add this? "regdate VARCHAR(10)" or is that wrong?
186
Hello how can i make a Registrations Date here ist my Register script: Код: public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[]) { if(dialogid == 14600) { i...
186
Hello i want make a command /stats an want sehh my kills an deaths i saved my data @ logout with this script: Код: public OnPlayerDisconnect(playerid,reason) { if(GetPVarInt(playerid, "Logged") ...
94