[AJUDA]Problema maquinas de refri
#8

intao tb axei que erra isso mas n consegui axar onde

olha coloquei o comando assim





public OnPlayerKeyStateChange(playerid,newkeys,oldkeys)
{
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;
}

new string[128];
PlayerInactivity[playerid] = 0;
if(newkeys == 16 && GetPlayerState(playerid) == PLAYER_STATE_DRIVER)
{
OnPlayerCommandText(playerid,"/sair");
}
if(newkeys == 16 && GetPlayerState(playerid) == PLAYER_STATE_ONFOOT)
{
OnPlayerCommandText(playerid,"/entrando");
OnPlayerCommandText(playerid,"/saindo");
OnPlayerCommandText(playerid,"/entrar");
OnPlayerCommandText(playerid,"/saidaemegencia");
OnPlayerCommandText(playerid,"/sair");
if(PlayerToPoint(3,playerid,229.7267,165.0443,1003 .0234) && IsACop(playerid))
{
Reply


Messages In This Thread
[AJUDA]Problema maquinas de refri - by Fred_Marley - 23.02.2011, 18:18
Re: [AJUDA]Problema maquinas de refri - by Fred_Marley - 23.02.2011, 18:31
Re: [AJUDA]Problema maquinas de refri - by Gabriel6 - 23.02.2011, 18:45
Re: [AJUDA]Problema maquinas de refri - by Fred_Marley - 23.02.2011, 19:03
Re: [AJUDA]Problema maquinas de refri - by leandro123456 - 23.02.2011, 19:25
Re: [AJUDA]Problema maquinas de refri - by Fred_Marley - 23.02.2011, 19:41
Re: [AJUDA]Problema maquinas de refri - by [RoxX]Ygor - 23.02.2011, 19:48
Re: [AJUDA]Problema maquinas de refri - by Fred_Marley - 23.02.2011, 19:49
Re: [AJUDA]Problema maquinas de refri - by [RoxX]Ygor - 23.02.2011, 19:54
Re: [AJUDA]Problema maquinas de refri - by Fred_Marley - 23.02.2011, 20:40

Forum Jump:


Users browsing this thread: 2 Guest(s)