11.08.2011, 20:17
nen 1 acima irб funcionar, retire isso
ficando
pawn Код:
if(strcmp("/entrardp", cmdtext, true, 10) == 0);// Retire o " ; " ponto e virgula
if(IsPlayerInRangeOfPoint(playerid,-217.8363,979.1873,19.5041,84.1304)); //aki tambйm
pawn Код:
if(strcmp("/entrardp", cmdtext, true, 9) == 0)
{
if(IsPlayerInRangeOfPoint(playerid,7.0, -217.8363, 979.1873, 19.5041))//Vocк colocou x, y, z, angulo sendo que й distancia do local, x, y, z;
{
SetPlayerInterior(playerid, 6);
return 1;
}
}