07.11.2012, 03:21
cool!
love it
love it
// Definition
new g_Logged[MAX_PLAYERS char];
// Changing it
g_Logged[playerid] = 0;
g_Logged{playerid} = 0;
`interior` int(11) NOT NULL, \
// ...
`skin` int(11) NOT NULL, \
Also, I see something like this:
pawn Код:
pawn Код:
|
Also you probably assumed it is my best intention to complain things like this:
pawn Код:
A suitable field type for `interior` would even be TINYINT(2) and for `skin`, SMALLINT(3) will do perfectly. Some space hopefully saved! |
forward SendQuery();
public SendQuery()
{
// callback for queries that don't fetch data
return 1;
}
mysql_function_query(connection, "YOUR SYNTAX", false, "", "");
//Just put "", it saves time.