HELP FAST PLEASE
#2

Try
pawn Код:
CMD:granica(playerid,params[])
{
    new string[109];
    if(PlayerInfo[playerid][pPutovnica] = 0)
    {
        if(PlayerToPoint(15, playerid,1290.98632812,-1325.00195312,37.77450562))
        {
            MoveDynamicObject(russianlift,55.39017487,-1539.68786621,5.90319920,1);
            SetTimer("putovnicazatvori", 6000, 0);
            SendClientMessage(playerid, NARANDZASTA,"Kapija se spusta, molimo pricekajte...");
            format(string, sizeof(string), "* %s pokazuje putovnicu i prolazi kroz granicu.", ImeIgraca(playerid));
            ProxDetector(30.0, playerid, string, ZELENA,ZELENA,ZELENA,ZELENA,ZELENA);
        }
        else
        {
            SendClientMessage(playerid, SIVA,"Destinacija je previse udaljena.");
        }
    }
    else return SendClientMessage(playerid, SIVA,"Nemate putovnicu.");
    return 1;
}
Reply


Messages In This Thread
Errors... - by Gangasta300 - 16.04.2011, 13:45
Re: HELP FAST PLEASE - by iJumbo - 16.04.2011, 13:47
Re: HELP FAST PLEASE - by Stigg - 16.04.2011, 13:48
Re: HELP FAST PLEASE - by Gangasta300 - 16.04.2011, 13:52
Re: HELP FAST PLEASE - by iJumbo - 16.04.2011, 13:54
Re: HELP FAST PLEASE - by Gangasta300 - 16.04.2011, 13:56
Re: HELP FAST PLEASE - by iJumbo - 16.04.2011, 13:58

Forum Jump:


Users browsing this thread: 3 Guest(s)