18.01.2015, 00:46
Quote:
|
Que tipo de erro? como ele falou,para ser em qualquer veiculo mude
pawn Код:
pawn Код:
|
Jб tentei colocar um ELSE, mas tambйm nгo funcionou...
Код:
if(strcmp(cmdtext, "/oixau", true) == 0)
{
if(IsPlayerInVehicle(playerid, 1))
{
SendClientMessage(playerid, -1, "dentro");
}
else
{
SendClientMessage(playerid, -1, "fora");
}
return 1;
}


