Car Ownership
#4

pawn Код:
enum cInfo
{
    cModel,
    Float:cLocationx,
    Float:cLocationy,
    Float:cLocationz,
    Float:cAngle,
    cColorOne,
    cColorTwo,
    cOwner[MAX_PLAYER_NAME],
    cDescription[MAX_PLAYER_NAME],
    cValue,
    cLicense,
    cRegistration,
    cOwned,
    cLock,
    ownedvehicle,
};
new CarInfo[12][cInfo];
Change the "CarInfo[12][cInfo]". E.g. if you want 30 Cars change 12 to 30 ("CarInfo[30][cInfo]").
Reply


Messages In This Thread
Car Ownership - by Pawel_Shark - 23.08.2008, 17:30
Re: Car Ownership - by lsrp - 23.08.2008, 17:32
Re: Car Ownership - by Andron - 11.11.2008, 13:41
Re: Car Ownership - by [eLg]Timmy - 11.11.2008, 13:45
Re: Car Ownership - by Andron - 11.11.2008, 13:56
Re: Car Ownership - by MenaceX^ - 11.11.2008, 14:00
Re: Car Ownership - by vection - 11.11.2008, 14:38
Re: Car Ownership - by speedy199 - 24.03.2009, 13:28

Forum Jump:


Users browsing this thread: 1 Guest(s)