Dyanic vehicle system not loading.
#3

Quote:
Originally Posted by ATGOggy
Посмотреть сообщение
Change
PHP код:
for(new 0MAX_DVEHICLESi++) 
to
PHP код:
for(new 0MAX_VEHICLESi++) 
If it didn't fix, then did it save to the file successfully or you manually wrote items in the file?
Thanks for the reply.

But it in enum it's set to DVEHICLES.
pawn Код:
enum vInfo
{
   
    vModel,
    vID,
    Float:vX,
    Float:vY,
    Float:vZ,
    Float:vA,
    vJob,
    vFaction,
    vC1,
    vC2,
    vWeed,
    vMoney,
}
new VehInfo[MAX_DVEHICLES][vInfo];
new VehCount = 0;
And it saves them perfectly.
Reply


Messages In This Thread
Dyanic vehicle system not loading. - by Binx - 15.03.2015, 14:39
Re: Dyanic vehicle system not loading. - by ATGOggy - 15.03.2015, 14:41
Re: Dyanic vehicle system not loading. - by Binx - 15.03.2015, 14:46
Re: Dyanic vehicle system not loading. - by ATGOggy - 15.03.2015, 14:48
Re: Dyanic vehicle system not loading. - by Binx - 15.03.2015, 14:49
Re: Dyanic vehicle system not loading. - by ATGOggy - 15.03.2015, 14:58
Re: Dyanic vehicle system not loading. - by Binx - 15.03.2015, 15:07

Forum Jump:


Users browsing this thread: 1 Guest(s)