Jump to content
Autentificarea cu Google și Facebook nu mai este disponibilă. ×

Question

5 answers to this question

Recommended Posts

Posted

Pai mam uitat si la register este:

dcmd_CMD_REGISTER(playerid,params[])
{
    if (AccInfo[playerid][LoggedIn] == 1)
	return SendClientMessage(playerid,red,"ERROR: You are already registered and logged in.");

    if (udb_Exists(PlayerName2(playerid)))
	return SendClientMessage(playerid,red,"ERROR: This account already exists") &&
    SendClientMessage(playerid,orange,"Login to access your account ('/"#LoginCommand" [password]').");

    if (strlen(params) == 0)
	return SendClientMessage(playerid,orange,"Usage: '/"#RegisterCommand" [password]'");

    if (strlen(params) < 4 || strlen(params) > 20)
	return SendClientMessage(playerid,red,"ERROR: Your password length must be greater than 3 characters");

    if (udb_Create(PlayerName2(playerid)))
	{

asta este dar scrio orce pe server tot unkno command ami spune!

Ma ajuta cineva?  :'(

Posted

Adauga Tot Ce contine Ladmin..

Si Verifica Daca Ai Ladmin IN SERVER.cfg

New GameMode In Development!-Romania Team Gang War-100%!...Datimi doua Motive afrimative de ce sa-l postez si-l postez...

Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.