Error compiling
#2

You need to tell the machine what SCM is, it's not defined.

pawn Код:
#define SCM SendClientMessage
This does the job.

Same for IsAPlane, the stock does not exist.

pawn Код:
stock IsAPlane(vehicleid)
{
    switch(GetVehicleModel(vehicleid))
    {
        case 460,464,476,511,512,513,519,520,553,577,592,593: return 1;
    }
    return 0;
}
Reply


Messages In This Thread
Error compiling - by CDGlock - 29.05.2017, 23:40
Re: Error compiling - by DaniceMcHarley - 30.05.2017, 00:39
Respuesta: Re: Error compiling - by CDGlock - 30.05.2017, 14:30

Forum Jump:


Users browsing this thread: 1 Guest(s)