Iae alguem poseria me ajudar?
eu estou criando um sistema de Transferencia via Pix so que eu queria fazer o seguinte, quando a pessoa for no banco ela da /banco depois em tranferir, ai aparece uma dialog para o player colocar o id, ai depois dele confirmar aparecia outra dialog para ele colocar o valor.
Hello, everyone. I decided to make simple commands(DC_CMD/Pawn.CMD) for equipment SWAT. With the help of these commands, a helmet, body armor and a shield will be added to your character's hand. For all skins
Good afternoon guys. This is the work of my friend Alex69#8343 (His Discord). He made it as a copy from the Brasil Play Shox server to another server, but did not receive payment. Maybe it will be useful for someone
Boa noite, não sei se é a area correta, mais queria procurar um criador de site para criar uma UCP para participar do meu projeto, caso não queria e so aceite pagamento em dinheiro, pode entrar em contato mesmo assim.
Boa tarde, estou fazendo um sistema de customização de personagem, porém o satanás(desculpa a palavra) não olha reto, então acaba atrapalhando a questão da customização... queria saber se tem alguma possibilidade de fazer ele olhar reto, ou burlar a câmera ou algo do tipo...
boa noite. meu segundo erro do gamemode que esta fazendo o servidor reiniciar.
erro:
Código PHP:
[22:53:47] [debug] Server crashed while executing ZP.amx [22:53:47] [debug] AMX backtrace: [22:53:47] [debug] #0 0000006e in ?? () in ZP.amx [22:53:47] [debug] #1 0000006e in public OnPlayerText () in ZP.amx
public onplayertext
Código PHP:
public OnPlayerText(playerid, text[]) { if(!Logado[playerid]) {
Msg(playerid, cortag, "{90EE90}CONTA: {FFFFFF}Voce nao esta logado para digitar no chat!"); return 0; }
Msg(playerid, cortag, "{90EE90}Cadeia Admin: {FFFFFF}Voce nao pode usar o chat na cadeia admin."); return 0; } if(IsPlayerJailed(playerid)) {
Msg(playerid, cortag, "{90EE90}Cadeia: {FFFFFF}Voce nao pode usar o chat estando preso."); return 0; } if(playerMuted[playerid]) {
Msg(playerid, cortag, "{90EE90}Mutado: {FFFFFF}Voce foi mutado pelo administrador, aguarde que sera desmutado automaticamente."); return 0; } if(Flooder[playerid]) {
Msg(playerid, cortag, "{90EE90}FloodChat: {FFFFFF}Voce foi mutado por 30 segundos [Motivo: flood] Aguarde..."); return 0; }
new resultHigherID[MAX_RANKING_POSITIONS], resultMorePoints[MAX_RANKING_POSITIONS], resultListType[MAX_RANKING_POSITIONS],//0 - lista de jogadores on, 1 - lista de jogadores off resultInRanking[MAX_RANKING_POSITIONS * 2][MAX_PLAYER_NAME], inRankingIndex, bool:found, a;