17.09.2012, 00:49
Bom й meu que uma duvida rs, pois minha KeyStateChange
Ta Assim, normal mais ao entrar em algum interior, caso eu aperte o KEY_SECONDARY_ATTACK que й a key 16 que tambem й a letra F eu simplismente comeзo a cair ... e volto para interior 0
Alguem sabe o motivo ?
Att
pawn Код:
//
if(newkeys == 16)
{
if(IsPlayerInRangeOfPoint(playerid, 2.0, 1154.2256, -1772.0620, 16.5992)) //entrada agencia
{
SetPlayerPos(playerid, 2305.6873, -16.0981, 26.7496);
}
if(IsPlayerInRangeOfPoint(playerid, 2.0, 2306.6128,-16.2236,26.7496)) //saida de dentro da agencia
{
SetPlayerPos(playerid, 1154.2256, -1772.0620, 16.5992);
}
Alguem sabe o motivo ?
Att