07.07.2009, 21:26
Well, I downloaded a MySQL plugin, gonna take a look at it tomorrow.
Gonna take me a while to understand things like this:
Gonna take me a while to understand things like this:
pawn Код:
format(query,sizeof(query),"SELECT * FROM `"TABLENAME"` WHERE Username = '%s' AND Password = md5('%s') LIMIT 1",pName,pass);