[Ajuda] Pawn Parou de Funcionar
#2

pawn Код:
if (strcmp("/portao", cmdtext, true, 10) == 0)
{
   
    if(IsPlayerInRangeOfPoint(playerid,7.0, 1, 2, 3))
    {
       
        SendClientMessage(playerid, -1, "Portгo Aberto, irб Fechar em 5 Segundos");
        MoveObject(Portao, 1, 2, 2, 1.0, 0.0, 0.0, 0.0);
        SetTimer("ClosePortao", 5000, false);
    }
    return 1;
}
return 0;
Cuidado com os " { " " } " vocк colocou dois " } " que nгo estavam sendo abertos.. '-'
Reply


Messages In This Thread
Pawn Parou de Funcionar - by MoonRey - 26.07.2013, 19:09
Re: Pawn Parou de Funcionar - by Coe1 - 26.07.2013, 19:12
Re : Pawn Parou de Funcionar - by MoonRey - 26.07.2013, 19:15

Forum Jump:


Users browsing this thread: 1 Guest(s)