Problem with phone system
#4

The 2nd problem is because you are only saving a number
Try this
pawn Код:
new name[MAX_PLAYER_NAME];
    GetPlayerName(playerid, name, sizeof name);
    format(s, sizeof(s), "INSERT INTO numbers (username, number) VALUES ('%s', '%d')", name, number2);
    mysql_query(s);
For the first problem, do you connect to MySQL?
Reply


Messages In This Thread
Problem with phone system - by ViPGuy - 29.08.2011, 10:45
Re: Problem with phone system - by Pinguinn - 29.08.2011, 10:48
Re: Problem with phone system - by ViPGuy - 29.08.2011, 10:50
Re: Problem with phone system - by Pinguinn - 29.08.2011, 10:52
Re: Problem with phone system - by ViPGuy - 29.08.2011, 10:57
Re: Problem with phone system - by Pinguinn - 29.08.2011, 11:03
Re: Problem with phone system - by ViPGuy - 29.08.2011, 11:08
Re: Problem with phone system - by Pinguinn - 29.08.2011, 11:29
Re: Problem with phone system - by ViPGuy - 29.08.2011, 11:52
Re: Problem with phone system - by Pinguinn - 29.08.2011, 12:04

Forum Jump:


Users browsing this thread: 7 Guest(s)