[Pedido] Tamanho do dinheiro, Game.
#3

Quote:
Originally Posted by gelton
Посмотреть сообщение
Nгo sei se e o que vocк quer, mais acho que e uma base,

@ nгo testei, fiz aki rapidin ^^

PHP код:
new PlayerText:Dinhero[playerid]; // new
// OnPlayerConnect(playerid)
Dinhero[playerid] = CreatePlayerTextDraw(playerid553.00000074.000000"$00000000");
PlayerTextDrawAlignment(playeridDinhero[playerid], 2);
PlayerTextDrawBackgroundColor(playeridDinhero[playerid], 16843263);
PlayerTextDrawFont(playeridDinhero[playerid], 2);
PlayerTextDrawLetterSize(playeridDinhero[playerid], 0.4400002.799999);
PlayerTextDrawColor(playeridDinhero[playerid], 8521215);
PlayerTextDrawSetOutline(playeridDinhero[playerid], 1);
PlayerTextDrawSetProportional(playeridDinhero[playerid], 1);
// OnPlayerSpawn(playerid)
PlayerTextDrawShow(playeridDinhero[playerid]);
// EXMPLOS
Dinhero[playerid] += 1// vai dar mais 1
Dinhero[playerid] -= 1;  // vai dar menos 1
Dinhero[playerid] += 20000// vai dar mais 20000
// OnPlayerUpdate(playerid), OU alguma stock,
new Dinherocash[MAX_PLAYERS];
format(Dinherocashsizeof(Dinherocash), "$ %d"Dinhero[playerid]);
PlayerTextDrawSetString(playeridDinhero[playerid], Dinherocash);
// SALVAMENTO, (bom vou usar DOF2 pq e facin)
DOF2_SetInt(pArquivos"Dinhero"Dinhero[playerid]); // salvar
Dinhero[playerid] = DOF2_GetInt(pArquivos"Dinhero");  // carregar 
Eu criei uma base... Sу estava com preguiзa de fazer uma coordenada.

Eu usei o ITD. mais quando o projeto do ITD esta a se desenvolver, A barrinha de dinheiro,HP, fica invisнvel. mais obrigado eu jб consegui!
Reply


Messages In This Thread
Tamanho do dinheiro, Game. - by Petrick™ - 14.05.2015, 00:43
Re: Tamanho do dinheiro, Game. - by D3sconn3ct - 14.05.2015, 01:03
Re: Tamanho do dinheiro, Game. - by Petrick™ - 14.05.2015, 01:12

Forum Jump:


Users browsing this thread: 2 Guest(s)