10.08.2014, 19:53
Hi all.
I wanted to know why, with this function, nothing happens.
This is on OnPlayerConnect, and it should write in the .ini file under pNomePersonaggio1-2-3 the names you have inserted in the registration.
In PHPMyAdmin, nomepersonaggio1-2-3 saves correctly when I register.
Can you help me? Thanks! I'll give you a REP+!
I wanted to know why, with this function, nothing happens.
pawn Код:
mysql_fetch_field_row(PlayerInfo[playerid][pNomePersonaggio1], "nomepersonaggio1");
mysql_fetch_field_row(PlayerInfo[playerid][pNomePersonaggio2], "nomepersonaggio2");
mysql_fetch_field_row(PlayerInfo[playerid][pNomePersonaggio3], "nomepersonaggio3");
In PHPMyAdmin, nomepersonaggio1-2-3 saves correctly when I register.
Can you help me? Thanks! I'll give you a REP+!