~ Paramount's Help Thread ~
#1

Thread closed because apparently it's not needed.
Reply
#2

There is no point in having this Paramount.

There is the script request thread and there's the scripting discussion. If there is no reply to a thread that's simply because nobody knows the answer.

I can reckon the moderators will think so too.
Reply
#3

Quote:
Originally Posted by iGetty
Посмотреть сообщение
There is no point in having this Paramount.

There is the script request thread and there's the scripting discussion. If there is no reply to a thread that's simply because nobody knows the answer.

I can reckon the moderators will think so too.
First comment and it has to be a negative one. Thanks buddy, really appreciated.
You try to help someone, and they got to try and ruin it.
Reply
#4

I'm just telling you that there is no need in this topic. Mainly because we have the sections available.

So, don't take it to heart; it's only a gaming forum.
Reply
#5

Why don't you reply to the threads that no one has replied to if you want to help? :P
Reply
#6

Quote:
Originally Posted by Potassium
Посмотреть сообщение
Why don't you reply to the threads that no one has replied to if you want to help? :P
There we go. Good idea.
Reply
#7

Quote:
Originally Posted by Potassium
Посмотреть сообщение
Why don't you reply to the threads that no one has replied to if you want to help? :P
You usually don't find one that hasn't been replied to yet. :/
Reply
#8

Quote:
Originally Posted by Paramount
Посмотреть сообщение
You usually don't find one that hasn't been replied to yet. :/
Then obviously people are getting the help that they require.

I'll give you one now.

This SQL isn't query'ing right, what's wrong with it? It doesn't register the player.

Here

pawn Код:
stock MySQL_Register(playerid, passwordstring[])
{
    new query[200], pname[24], IP[16];
    GetPlayerName(playerid, pname, 24);
    GetPlayerIp(playerid, IP, 16);
    format(query, sizeof(query), "INSERT INTO playerdata (user, password, score, money, IP, adminlevel, banned, rope, gps, phone, phonenumber, bannedby, banreason) VALUES('%s', SHA1('%s'), 0, 0, '%s', 0, 0, 0, 0, 0, -1, 'None', 'None')", pname, passwordstring, IP);
    mysql_query(query);
    ShowPlayerDialog(playerid, 5555, DIALOG_STYLE_MSGBOX, "Congratulations", "You have successfully registered to the Server!", "OK", "");
    Logged[playerid] = 1;
    return 1;
}
Reply
#9

Quote:
Originally Posted by iGetty
Посмотреть сообщение
Then obviously people are getting the help that they require.

I'll give you one now.

This SQL isn't query'ing right, what's wrong with it? It doesn't register the player.

Here

pawn Код:
stock MySQL_Register(playerid, passwordstring[])
{
    new query[200], pname[24], IP[16];
    GetPlayerName(playerid, pname, 24);
    GetPlayerIp(playerid, IP, 16);
    format(query, sizeof(query), "INSERT INTO playerdata (user, password, score, money, IP, adminlevel, banned, rope, gps, phone, phonenumber, bannedby, banreason) VALUES('%s', SHA1('%s'), 0, 0, '%s', 0, 0, 0, 0, 0, -1, 'None', 'None')", pname, passwordstring, IP);
    mysql_query(query);
    ShowPlayerDialog(playerid, 5555, DIALOG_STYLE_MSGBOX, "Congratulations", "You have successfully registered to the Server!", "OK", "");
    Logged[playerid] = 1;
    return 1;
}
That would be a good one if I knew MYSQL. :P
I only know straight up pawno. No MYSQL. :/

This forum requires that you wait 120 seconds between posts. Please try again in 27 seconds.
^^
This forum requires you suck my balls.
Reply
#10

Quote:
Originally Posted by Paramount
Посмотреть сообщение
You usually don't find one that hasn't been replied to yet. :/
Then find ones that have been replied to but their issue still hasn't been solved. Plenty of those around!

I know that I would rather make my own thread instead of posting in here (if I needed help) because in here you are the only one that helps, whereas if I made my own thread then lost of people could help. This thread would just get messy and confusing!
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)