[Ajuda] Registro com Texdraw
#1

Oi, gostaria de ajuda para criar um sistema de registro usando TextDraw selecionбvel. Nгo estou conseguindo fazer.
Ficaria agradecido. Fazendo com o registro acho que eu conseguiria fazer o resto.

Sistema de registro: https://pastebin.com/ksfKb2qw

TextDraw que criei com FS: https://pastebin.com/ex26EDGk

Obrigado, e desculpe por pedir.

Resolvido. Valeu pessoal.
Reply
#2

https://sampforum.blast.hk/showthread.php?tid=615824
Tutorial ta falando que precisa ser PlayertextDraw й mentira.
Pode ser normal mesmo.
PHP код:
 new Text:Login
Boa sorte.
Reply
#3

Por nada nгo, mas....

PHP код:
    if(dialogid == DIALOG_REGISTRO)
    {
        
DOF2_CreateFile(file);
        
DOF2_SetString(file"Senha"inputtext);
        
DOF2_SetInt(file"Dinheiro"5000);
        
GivePlayerMoney(playerid5000);
        
DOF2_SaveFile();
        
SendClientMessage(playerid0x008000AA"Registrado com sucesso!");
        
SpawnPlayer(playerid);
    } 
Se o cara nгo digitar senha nenhuma simplesmente vai registrar.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)