25.07.2018, 10:42
Use zcmd to create one(If you don't have it.Use search to find it)
Код:
CMD:abc(playerid) { new Float:x,Float:y,Float:z; GetPlayerPos(playerid,x,y,z); CreateVehicle(411, x, y, z, 0.0, 50, 50, -1); return 1; }