08.02.2011, 22:37
Tenta!
pawn Код:
if(strcmp(cmdtext, "/fxan", true) == 0)
{
if(PlayerInfo[playerid][pDonateRank] >= 3)
{
GameTextForPlayer(playerid, "~r~Abrindo...", 9000, 1);
MoveObject(xande,3514.0573730469,-530.31579589844,57.165679931641,1.5);
return 1;
}
if(strcmp(cmdtext, "/fxan", true) == 0)
{
if(PlayerInfo[playerid][pDonateRank] >= 3)
{
GameTextForPlayer(playerid, "~r~Fechando...", 9000, 1);
MoveObject(xande,3511.9663085938,-530.97131347656,51.923530578613,1.5);
return 1;
}