31.07.2013, 16:55
Hi,
My question is how to make a car slot..
and check what cars the player has in each slot..
Here's my vehicleInfo
Sorry for my bad english.
My question is how to make a car slot..
and check what cars the player has in each slot..
Here's my vehicleInfo
PHP код:
enum vInfo
{
Owner[24],
Model,
Float: PosX,
Float: PosY,
Float: PosZ
};
new VehicleInfo[MAX_DVEHICLES][vInfo];