SA-MP Forums Archive
How to make a car slot? - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: How to make a car slot? (/showthread.php?tid=455120)



How to make a car slot? - Magic_Time - 31.07.2013

Hi,
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,
    
FloatPosX,
    
FloatPosY,
    
FloatPosZ
};
new 
VehicleInfo[MAX_DVEHICLES][vInfo]; 
Sorry for my bad english.


Re: How to make a car slot? - Magic_Time - 31.07.2013

Bump.