03.03.2013, 22:52
(
Последний раз редактировалось Fernado Samuel; 02.06.2013 в 21:40.
)
Removed, thanks for the help!
CMD:register(playerid, params[])
{
#pragma unused params
if(pInfo[playerid][Regged] == 1) return SendClientMessage(playerid, COLOR_RED, "Your Account Is Already Registered.");
return ShowPlayerDialog(playerid, DIALOG_REGISTER, DIALOG_STYLE_INPUT, "Register", "This account is not registered.\nType in your password to register:", "Register", "Cancel");