16.08.2012, 19:14
Troque
por
caso so tenho o 0 de diferente de 1
Tente Assim:
pawn Код:
if(Matriculado(playerid) != 1)
pawn Код:
if(Matriculado(playerid) == 0)
Tente Assim:
pawn Код:
if(IsPlayerInRangeOfPoint(playerid, 15.0, -2033.3000488281, -117.59999847412, 1034.3000488281)
{
if(Matriculado(playerid) != 1)
{
// Comando a ser executado caso ele estiver na area e ser diferente de Matriculado(playerid) != 1
}
else
{
// Caso o Matriculado(playerid) for igual a 1
}
}
else
{
// Caso ele Nao esteja na Area
}