11.04.2012, 17:08
Alguem sabe um ant money hack bom ,que use o Dollar mesmo , mao tenha que criar uma TextDrawn tals ?
la no topico/codigo diz que й pra 0.2x e 0.3b ... como deixo pra 0.3d ?
|
#define VERSAO_DO_SAMP 0
#define VERSAO_DO_SAMP 1
public OnPlayerUpdate(playerid)
{
if(PC_GetarDinheiro(playerid) != GetPlayerMoney(playerid))
{
GivePlayerMoney(playerid, -GetPlayerMoney(playerid));
GivePlayerMoney(playerid, PC_GetarDinheiro(playerid));
return 1;
}
return 1;
}