SA-MP Forums Archive
[Ajuda] GivePlayerMoney PROBLEMA. - 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: [Ajuda] GivePlayerMoney PROBLEMA. (/showthread.php?tid=506735)



GivePlayerMoney PROBLEMA. - fURYKiNG - 14.04.2014

Bom Meu Erro й o Seguinte : Coloquei Um Sistema De Salario Para VIP No Meu Servidor.
Ele Compilo , Mas Na Hora Que eu Entro Aparece A Msg Parabens Recebeu Salario VIP TAL.
O Dinheiro Chega Contar Mas Ele Volta e Zera.
E Estilo Money Hack Ate Pensei Nao Sei Se Faz Sentido Em Que isso esta ocorrendo devido ao anti hack.


» Bom Mas Ai Vai o Comando :
Код:
// EM ONGAMEMODINIT
SetTimer("SalarioVip", 10000,true); // COLOQUEI 10 SEGUNDOS PARA TESTAR MAS O QUE USO MESMO E 1 HORA.

// NO FINAL DO GM
forward SalarioVip(playerid);
public SalarioVip(playerid)
{
	if (APlayerData[playerid][PlayerVIP] >= 1)
	{

		GivePlayerMoney(playerid, 1000000);
		SendClientMessage(playerid, 0xFF0000FF, "{FFFFFF}[SALARIO-VIP]{00BFFF}Parabens Voce Recebeu Seu Salario {FFFFFF}VIP {FF0000} R$1.000000");
	}
	return 1;
}
OBS:O Sistema Estб Bom , PlayerVIP й a Variavel De Vip no Meu GM
E Estб Indo Correto So Recebe VIP Entrei Como Player e Nao Apareceu Nada.

» Pois Bem Ai Vai Uma Print
http://i.imgur.com/mZeRWVR.png
http://i.imgur.com/ZAuYe25.png
http://i.imgur.com/M0LpdrW.png

Graato Dese Jб.


Re: GivePlayerMoney PROBLEMA. - mau.tito - 14.04.2014

Na vez de GivePlayerMoney , usa
PHP код:
RewardPlayer(playerid, -Quantidade00); 
Ja que seu GM e Base PPC_Trucking !


Re: GivePlayerMoney PROBLEMA. - fURYKiNG - 14.04.2014

Ai Sim em Mlkote Funciono +rep


Re: GivePlayerMoney PROBLEMA. - fURYKiNG - 14.04.2014

Sу ta dando 1 warnings.
warning 202: number of arguments does not match definition

Linha :
RewardPlayer(playerid, 1000000);


Re: GivePlayerMoney PROBLEMA. - PT - 14.04.2014

Quote:
Originally Posted by fURYKiNG
Посмотреть сообщение
Sу ta dando 1 warnings.
warning 202: number of arguments does not match definition

Linha :
RewardPlayer(playerid, 1000000);
cara olha direito os parametros, olha o que o tito disse:


Quote:
Originally Posted by mau.tito
Посмотреть сообщение
PHP код:
RewardPlayer(playerid, -Quantidade00); 



Re: GivePlayerMoney PROBLEMA. - fURYKiNG - 14.04.2014

Mesmo Assim deu o warning :
5310:warning 202: number of arguments does not match definition

LINHA 5310 :
RewardPlayer(playerid, -1000000, 0, 0);


Re: GivePlayerMoney PROBLEMA. - ProKillerpa - 14.04.2014

PHP код:
RewardPlayer(playerid10000000); 



Re: GivePlayerMoney PROBLEMA. - fURYKiNG - 14.04.2014

ai funciono vallews ai prokillerpa , vallews tbm mau tito pela boa vontade
+rep pros 2