11.12.2014, 14:01
No one is going to sift through an entire gamemode. That said, it took me literally 5 seconds to find your problem. The error message practially tells you where to look. A simple search for "name=" reveals:
Rather dumb typo. The error messages tell a lot, yet many people seem to think "Oh shit, an error! To the SA-MP forums!".
pawn Код:
format(query,sizeof(query),"SELECT id FROM accounts WHARE name='%s'",name);