Search Results
mysql_fetch_row - R5-6 what is it in R38 ? i mean the same function in threaded queries
44
I need a help with MySQL, i have a problem in converting a script to MySQL How can i convert this script to mysql? pawn Код: LoginPlayer(playerid){    if(ServerInfo[GiveMoney] == 1) {ResetPlaye...
68
So i dont need to do anything in it?
81
Ok and what are these? Should i set it to something else?
81
What is the meaning of 'VARCHAR' ? This is used in MySQL. Thanks
81
this ? pawn Код: strcat(string, "\n", 1900 );    strcat(string, "\n", 1900 );    strcat(string, "\n", 1900 );    strcat(string, "\n", 1900 );    strcat(string, "\n", 1900 ); If yes then h...
111
I created two because it shows the line is too big and i want everything in 1 line.Any solution for that? And what is strcat?
111
is this correct? pawn Код: mysql_connect(SQL_HOST, SQL_USER, SQL_DB, SQL_PASS);    mysql_query("CREATE TABLE IF NOT EXISTS playerdata(user VARCHAR(24), password VARCHAR(40), score INT(20), mone...
111
The error is pawn Код: invalid string (possibly non-terminated string) It is because the line is too long pawn Код: mysql_query("CREATE TABLE IF NOT EXISTS playerdata(user VARCHAR(24), passw...
111
I already done, now the problem is that line is too big.How to fix it?
111
this is the error pawn Код: C:\Documents and Settings\user\My Documents\Downloads\0.3e\gamemodes\mysql.pwn(3597) : error 037: invalid string (possibly non-terminated string)C:\Documents and Settin...
111
MySQL and SQL are same? if not please give me explanation pawn Код: #define SQL_HOST "127.0.0.1"#define SQL_USER "root"#define SQL_PASS ""#define SQL_DB   "database" //If you have changed the na...
69
But i dont know where i should put that code in the kick cmd. Please help
144
help me to add that..
144
In my server there are 4 bots, ID 0, 1, 2 and 3 and i need to add that protection in this command pawn Код: CMD:kick(playerid,params[]) {    if(PlayerInfo[playerid][LoggedIn] == 1) {       ...
144
 NPC
Hello! In my server there are 4 npcs but by mistake admins are kicking or banning them from the server. Is there any way to prevent it?
144
can you make it in zcmds please?
70
hello.. how can i make a /tban (temp ban)?
70
By telling this can you please show me a code?
166