18.03.2009, 15:37
I dunno in your way.
In my codes I have a varieble to check the player registation ID, each registation adds one more ID.
So I can select it like
I never tried it with names..
In my codes I have a varieble to check the player registation ID, each registation adds one more ID.
So I can select it like
pawn Код:
format(string,sizeof(string),"SELECT * FROM `users` WHERE `id`='%d'",pInfo[playerid][registeredid]);
samp_mysql_query(string);