18.10.2014, 11:44
Hi sa-mp forum!
I have problem with inputtext or something!
I don't know how to explain this...
And then i want
How to get this work?
I have problem with inputtext or something!
I don't know how to explain this...
pawn Код:
AccountData[playerid][szEmail] == inputtext;
Код:
C:\Users\Monster\Desktop\samp03z_svr_R1_win32\gamemodes\freeroam.pwn(237) : error 033: array must be indexed (variable "inputtext") Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 1 Error.
pawn Код:
format(szQuery, sizeof(szQuery), "INSERT INTO `accounts` (email) VALUES ('%s')", AccountData[playerid][szEmail]);
mysql_function_query(MainPipeline, szQuery, true, "OnQueryFinish", "ii", THREAD_NO_RESULT, playerid);