09.03.2019, 07:23
AJUDA
Obs: Quando loga "2" ou "mais" players ao mesmo tempo, um nasce com o login do outro. Acredito eu que seja a variбvel.
Variбveis :
Formatando :
Obs 2: A textdraw jб estб pro player.
Obs: Quando loga "2" ou "mais" players ao mesmo tempo, um nasce com o login do outro. Acredito eu que seja a variбvel.
Variбveis :
PHP Code:
new pNome[MAX_PLAYERS];
new pSenha[MAX_PLAYERS];
new pEmail[MAX_PLAYERS];
PHP Code:
format(pNome[playerid], MAX_PLAYER_NAME, inputtext);
format(pSenha[playerid], MAX_PLAYER_PASS, inputtext);
format(pEmail[playerid], MAX_PLAYER_EMAIL, inputtext);