[DUV] Como coloco isso no GM ???
#1

E ai pessoa desculpa encomodar mas estou com u probleminha aqui !
Estou a 2 dias tentando incluir o GP (moeda secundaria) no meu gm e nao consigo.
procurei no Google Search e nada axo que tenho um pouco dos codigos da moeda que veio junto com
o GM do PawnO_xD que esta me ajudando muito a criar um novo GM este que estou criando esou comeзando do 0(zero)
Entao pessoal podem me ajudar??

Codes que tenho

Код:
public GivePlayerGP(playerid, gp)
{
	TextDrawHideForPlayer(playerid, TexdrawGP[playerid]);
	GP[playerid] = gp;
	new str[256];
	format(str, 256, "~g~R$~w~:%d", gp);
  TexdrawGP[playerid] = TextDrawCreate(499.600,101.0000,str);
	TextDrawColor(TexdrawGP[playerid], VERDE);
	TextDrawLetterSize(TexdrawGP[playerid], 0.575, 2.1);
	TextDrawFont(TexdrawGP[playerid], 3);
	TextDrawBackgroundColor(TexdrawGP[playerid], 0x00000AA);
	TextDrawSetOutline(TexdrawGP[playerid], 2);
	TextDrawShowForPlayer(playerid,TexdrawGP[playerid]);
	return 1;
}
Outro

Код:
public GetPlayerGP(playerid)
{
	return GP[playerid];
}
eu tambem gostaria se pudessem me ajuda a colocar tabm um SetPlayerGP para poder setar grana do player em caso de reste a conta

Obrigado a Quem AJudar
Reply
#2

Pede ajuda no tуpico do GM entгo.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)