Quote:
Originally Posted by Rajat_Pawar
Try printing the query at the end into a file, then check if it's completely being sent or not!
pawn Код:
public UpdateAccount(playerid) { // After strcat.. new File: _file = fopen("mysql_errors.txt"); if( _file ) { fwrite( update_query ).. ....
That would help you!
|
The full query is being sent, I already tested this.
Quote:
Originally Posted by Jefff
Its in LoadAccount i think, not in Update
|
Didn't get'ya there, the thing I want it to do is update the account that I specify, which it should do..