23.02.2011, 19:54
Se vocк tiver mais codes na sua public de Key coloque assim no inicio da public
Espero ter ajudado! Se der algum erro poste-o.
pawn Код:
if(newkeys == 16 && GetPlayerState(playerid) == 1)
{
for(new a; a < sizeof zMaquinas; a++)
{
if(IsPlayerInRangeOfPoint(i,3.0,zMaquinas[a][0],zMaquinas[a][1],zMaquinas[a][2]))
{
GivePlayerMoney(playerid,-2);
new Float:zHealth;
GetPlayerHealth(playerid,Float:zHealth);
SetPlayerHealth(playerid,(Float:zHealth + 15.0));
return 1;
}
}
}