09.01.2011, 00:02
Alright guys, ive been stressing out on this for a bit now.
This is my current on player connect, checking if player acc exists or not. I want to make it send a dialog, if player exist, then show login, if player doesnt, show register. Ive tried and failed.
My gm is scripted in mysql, if that helps at all. I would be very grateful for whoever helps me, thanks.
-Anthony
pawn Код:
if(CheckAccountExists(UserStats[playerid][Name])) AccountExists[playerid] = 1;
else AccountExists[playerid] = 0;
My gm is scripted in mysql, if that helps at all. I would be very grateful for whoever helps me, thanks.
-Anthony