[Ajuda] GM Bugada!
#7

Saquei, seu GM tem a include embutida no GM, entao faz o seguinte tira
pawn Код:
#include <cpstream>
e copia o codigo abaixo e coloca no final do seu gm
pawn Код:
stock CPS_AddCheckpoint(Float:X,Float:Y,Float:Z,Float:size,spawn_dist)
{
    new cpid=1;
    while(UsedCPSlot[cpid] == 1) cpid++;
    if(CPSERVICE_active == 0){
        SetTimer("CPSERVICE_Handler",500,true);
        CPSERVICE_active=1;
    }
    UsedCPSlot[cpid]=1;
    Checkpoints[cpid][cpX]=X;
    Checkpoints[cpid][cpY]=Y;
    Checkpoints[cpid][cpZ]=Z;
    Checkpoints[cpid][cpsz]=size;
    Checkpoints[cpid][cpsd]=spawn_dist;
    return cpid;
}
Reply


Messages In This Thread
GM Bugada! - by TorresPutado - 09.10.2013, 16:15
Re: GM Bugada! - by GM_KoDi - 09.10.2013, 16:33
Re: GM Bugada! - by N3XTMapper - 09.10.2013, 16:36
Respuesta: Re: GM Bugada! - by TorresPutado - 09.10.2013, 16:40
Re: GM Bugada! - by N3XTMapper - 09.10.2013, 16:47
Re: GM Bugada! - by TheKoDaK - 09.10.2013, 16:48
Re: GM Bugada! - by GM_KoDi - 09.10.2013, 16:49
Respuesta: GM Bugada! - by TorresPutado - 09.10.2013, 16:54
Re: GM Bugada! - by GM_KoDi - 09.10.2013, 16:59
Respuesta: Re: GM Bugada! - by TorresPutado - 09.10.2013, 17:06

Forum Jump:


Users browsing this thread: 1 Guest(s)