[DUV] GPS
#4

Creio que Esta Faltando Stock. Adiciona Isso ao Final do GM:

pawn Код:
stock PlayerToPoint(Float:radi, playerid, Float:x, Float:y, Float:z)
{
    GetPlayerPos(playerid, oldposx, oldposy, oldposz);
    tempposx = (oldposx -x);
    tempposy = (oldposy -y);
    tempposz = (oldposz -z);
    if (((tempposx < radi) && (tempposx > -radi)) && ((tempposy < radi) && (tempposy > -radi)) && ((tempposz < radi) && (tempposz > -radi)))
        return 1;
    return 0;
}
Procura as Outras Stock:
stock ERRO
Exemplo
stock IsASWATCar
Irб Resolver

Caso Nгo For Tente
pawn Код:
public SendMensagens()
{
    new string[265];
    new random1 = random(sizeof(Mensagens));
    new random2 = random(sizeof(Cores));
    format(string, sizeof(string), "%s", Mensagens[random1]);
    SendClientMessageToAll(Cores[random2],string);
    SaveAdmin();
    OnPropUpdate();
    SaveCK();
    SaveIRC();
    SavePapers();
    SaveBoxer();
    SaveCars();
    SaveVip();
    LoadAdmin();
    LoadCar();
    LoadVip();
    return 1;
}
Reply


Messages In This Thread
[DUV] GPS - by Scratchy_Nutz - 15.05.2010, 20:58
Re: [DUV] GPS - by lomato - 15.05.2010, 21:06
Re: [DUV] GPS - by Scratchy_Nutz - 15.05.2010, 21:15
Re: [DUV] GPS - by ipsBruno - 15.05.2010, 21:18
Re: [DUV] GPS - by Scratchy_Nutz - 15.05.2010, 21:21
Re: [DUV] GPS - by lomato - 15.05.2010, 21:55
Re: [DUV] GPS - by Scratchy_Nutz - 15.05.2010, 22:00
Re: [DUV] GPS - by RoamPT - 15.05.2010, 22:27
Re: [DUV] GPS - by Scratchy_Nutz - 15.05.2010, 22:32
Re: [DUV] GPS - by RoamPT - 15.05.2010, 22:34

Forum Jump:


Users browsing this thread: 3 Guest(s)