[Pedido] sistema de Score.
#1

Olб,queria um sistema de Score que mostrasse em TextDraw o Score,e em 40 minutos ganhavam 1 level/Score,e tambйm o comando de dar Score que quando o adm desse o score,mudasse tambйm no TextDraw tem jeito?
Reply
#2

Server RPG como eu nunca vi mesmo
Reply
#3

Por que Stronda? Alguйm ajuda?
Reply
#4

pawn Код:
forward PayDay();

SetTimer("PayDay", 2400000,    true);

public PayDay() {
    for(new i = 0; i < MAX_PLAYERS; i++) {
    if(IsPlayerConnected(i)) {
        PlayerPlaySound(i,1057, 0.0, 0.0, 0.0);
        SetPlayerScore(i, GetPlayerScore(i) + 1);
        GivePlayerMoney(i, 1000);
        GameTextForPlayer(i, "Pagamento.. Level UP", 4000, 1);
        } }
    return 1;
}
qualquer erro contate-me!
Reply
#5

BieeelEvolution deu esse erro:
pawn Код:
C:\Users\aa\Desktop\Server SAMP\gamemodes\GM-BML.pwn(8) : error 021: symbol already defined: "SetTimer"
C:\Users\aa\Desktop\Server SAMP\gamemodes\GM-BML.pwn(724) : error 021: symbol already defined: "SetTimer"
Pawn compiler 3.2.3664          Copyright (c) 1997-2006, ITB CompuPhase


2 Errors.
Reply
#6

Topo do GameMod:

pawn Код:
forward PayDay();
OnGameModeInit:

pawn Код:
SetTimer("PayDay", 2400000,    true);
Final do GameMode

pawn Код:
public PayDay() {
    for(new i = 0; i < MAX_PLAYERS; i++) {
    if(IsPlayerConnected(i)) {
        PlayerPlaySound(i,1057, 0.0, 0.0, 0.0);
        SetPlayerScore(i, GetPlayerScore(i) + 1);
        GivePlayerMoney(i, 1000);
        GameTextForPlayer(i, "Pagamento.. Level UP", 4000, 1);
        } }
    return 1;
}
Reply
#7

Obrigado sem erros vou testar em minha GameMode.

@EDIT tem jeito de colocar o score em TextDraw?
Reply
#8

Quote:
Originally Posted by BieeelEvolution
Посмотреть сообщение
pawn Код:
forward PayDay();

SetTimer("PayDay", 2400000,    true);

public PayDay() {
    for(new i = 0; i < MAX_PLAYERS; i++) {
    if(IsPlayerConnected(i)) {
        PlayerPlaySound(i,1057, 0.0, 0.0, 0.0);
        SetPlayerScore(i, GetPlayerScore(i) + 1);
        GivePlayerMoney(i, 1000);
        GameTextForPlayer(i, "Pagamento.. Level UP", 4000, 1);
        } }
    return 1;
}
qualquer erro contate-me!
Amigo, nгo sei se podes ajudar-me, mas й que eu experimentei o teu sistema payday e nгo recebo dinheiro nem score. Compilou direito, mas nгo funciona em no jogo. Jб experimentei outros sistemas payday e foi a mesma coisa.

Ps:Eu coloquei 10000 (10 segundos) no settimer sу para experimentar e para ser mais rapido a experimentaзгo.

EDIT: Jб estб resolvido! Creio que algo bugou.
Reply
#9

Nгo precisa explicar o TextDraw elaborei um e funcionou.

@EDIT 1: Tem como colocar um sistema de salvamento do nнvel?
Reply
#10

Quote:
Originally Posted by xxRaioxx
Посмотреть сообщение
Nгo precisa explicar o TextDraw elaborei um e funcionou.

@EDIT 1: Tem como colocar um sistema de salvamento do nнvel?
Use o DOF2. Vб a este tutorial: aqui ele й uma base.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)