20.02.2018, 23:13
Fiz um sistema para gerar um numero aleatorio mas quero q salve no sistema de login e não está salvando.
PHP код:
new stringRG[256];
format(stringRG, 256, "%d%d.%d%d%d.%d%d%d-
%d",RandomRG[RandomRegistro],RandomRG[RandomRegistro1],RandomRG[RandomRegistro2],RandomRG[RandomRegistro3],RandomRG[RandomRegistro4],RandomRG[RandomRegistro5],RandomRG[RandomRegistro6],RandomRG[RandomRegistro7],RandomRG[RandomRegistro8]);
PlayerInfo[playerid][RG] = stringRG[150];
SendClientMessage(playerid, azul_claro, "Você se registrou com sucesso e seu RG foi criado!");
SendClientMessage(playerid, azul_claro, stringRG);