SA-MP Forums Archive
[DUV] Como coloco isso no GM ??? - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: Non-English (https://sampforum.blast.hk/forumdisplay.php?fid=9)
+--- Forum: Languages (https://sampforum.blast.hk/forumdisplay.php?fid=33)
+---- Forum: Português/Portuguese (https://sampforum.blast.hk/forumdisplay.php?fid=34)
+---- Thread: [DUV] Como coloco isso no GM ??? (/showthread.php?tid=150002)



[DUV] Como coloco isso no GM ??? - TiagoPS - 24.05.2010

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


Re: [DUV] Como coloco isso no GM ??? - RoamPT - 24.05.2010

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