20.02.2015, 23:00
PHP код:
if((newkeys & KEY_CTRL_BACK) && !(oldkeys & KEY_CTRL_BACK))
{
if(IsPlayerInRangeOfPoint(playerid, 10, 2480.3442, -1460.7776, 24.0125) && GetPlayerState(playerid) == PLAYER_STATE_DRIVER)
{
OnPlayerCommandText(playerid,"/blindarcarro");
}
return 1;
}

Verifica se as coordenadas estгo corretas.
Eu troquei a funзгo ali para ver se o player estб de motorista, creio que assim que vocк deseja caso nгo so mudar.
#edit
Verifica tambйm se o comando /blindarcarro , estб funcionando no local tambйm! pode ser o comando que nгo estб dando certo.

